URLs

Colab & Github

👉 Check this section too.

Hotkeys / Shortcuts

Check the command shortcuts in Tools > Keyboard shortcuts (Ctrl + M H), below are the most popular ones (If you use MacOS, replace Ctrl with cmd):

<aside> ☝ We can use system commands in Colab with !<command>. For example, !git clone ...

</aside>

Import libraries

!pip install -q matplotlib-venn
# or
!apt-get -qq install -y libfluidsynth1

Install permanently

Upgrade/Switch TensorFlow versions

# To determine which version you're using:
!pip show tensorflow