Skip to content

Instantly share code, notes, and snippets.

@jainxy
Created April 7, 2019 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainxy/dc058a18d14b1b81dbf0cabb28cf86e1 to your computer and use it in GitHub Desktop.
Save jainxy/dc058a18d14b1b81dbf0cabb28cf86e1 to your computer and use it in GitHub Desktop.
Colab commands
# Execute Colab notebook on local Jupyter Runtime - https://research.google.com/colaboratory/local-runtimes.html
# Mount Google drive to collab notebooks to use files and folders into the notebook
# Ref : https://towardsdatascience.com/getting-started-with-google-colab-f2fff97f594c
from google.colab import drive
drive.mount('/content/gdrive')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment