Python Forum
CoLab + GitHub - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: CoLab + GitHub (/thread-26281.html)



CoLab + GitHub - constantin01 - Apr-26-2020

Hi

I save my colab notebook in my github repository, I want to import modules from this repository. I have seen an idea to import repository in Google Drive and then from Google Drive import stuff in CoLab. Can I import modules from GitHub directly?

How to do it?


RE: CoLab + GitHub - Larz60+ - Apr-26-2020

Any particular reason why you are using CoLab, rather than an IDE?


RE: CoLab + GitHub - constantin01 - Apr-27-2020

(Apr-26-2020, 04:39 PM)Larz60+ Wrote: Any particular reason why you are using CoLab, rather than an IDE?

There are many reasons, one of them is that the GPU of my machine is not fit for computations on it, so, I use GPU and TPU of GoLab.