Some Useful Commands for colab

less than 1 minute read

Published:

  1. The Auto reload extension. This allows us to edit .py source files, and re-import then into the notebook for a seamless editing and debugging experience. Use the following code `%load_ext autoreload %autoreload 2`

I will be adding to this list whenever I discover something useful