How to convert a cell type in Google colab notebook using keyboard shortcuts

  • Control+M M will convert a code cell to a text cell.
  • Control+M Y will convert a text cell to a code cell.

The full list of keyboard shortcuts is available under ‘Keyboard shortcuts’ in the Tools menu.

Leave a Comment