Google Colab is awesome to work with, but I wish I can run Colab Notebooks completely locally and offline, just like Jupyter notebooks served from the local?
How do I do this? Is there a Colab
package which I can install?
EDIT: Some previous answers to the question seem to give methods to access Colab hosted by Google. But that's not what I'm looking for.
My question is how do I pip install colab
so I can run it locally like jupyter after pip install jupyter
. Colab package doesn't seem to exist, so if I want it, what do I do to install it from the source?