Tuesday, April 28, 2020

Catalin George Festila: Python : Open any Jupiter notebook from GitHub in Colab.

In this tutorial I will show you how to open any Jupiter notebook from GitHub in the Google online Colab area. First, go to the jupyter notebook in GitHub project. Example: https://ift.tt/2zzKtlT Change the link by adding the world tocolab after github, see the following example: https://ift.tt/3f2GtdQ

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...