Colab

Colab Notebooks. Colaboratory is a Google research project created to help disseminate machine learning education and research. It’s a Jupyter notebook environment that requires no setup to use and runs entirely in the cloud.

Shortcuts

List of most useful commands :

RUNNING

  • Ctrl + ENTER : Run current cell
  • Shift + ENTER : Run current cell & select next cell or create new one if last
  • Alt + ENTER : Run current cell & create new cell
  • Ctrl + F9 : Run all cells in notebook

HANDLING CELLS

  • Ctrl + M + A : Create new cell above current cell
  • Ctrl + M + B : Create new cell below current cell
  • Ctrl + M + M : Transform current Code cell into Text cell
  • Ctrl + M + Y : Transform current Text cell into Code cell
  • Ctrl + M + P : Go to previous cell

References