How to run a downloaded Jupyter notebook on Google Colaboratory?

Parthapratim Neog picture Parthapratim Neog · Feb 24, 2018 · Viewed 13.5k times · Source

I am using Google Colaboratory & github. I create a new Google Colab notebook, and I clone my github project into it using a simple !git clone <github_link> in the notebook.

Now, I have a Jupyter notebook in my github project that I need to run on Google Colab. How do I do that?

Answer

Sebas Arango picture Sebas Arango · Nov 5, 2018

There is not a real need of downloading the notebook. If you already have your Notebook in a GitHub repo, the only thing you need to do is:

And that should work.