Some Useful Commands for colab
Published:
- 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