datatrail-jhu / python

A bonus course for DataTrail graduates who wish to learn python
https://datatrail-jhu.github.io/python/
Creative Commons Attribution 4.0 International
0 stars 2 forks source link

Consider "Open in Colab" button for interactive chapters. #6

Open tillahoffmann opened 6 months ago

tillahoffmann commented 6 months ago

https://openincolab.com offers a redirect to open an arbitrary notebook on the web in Colab. E.g., here's https://colab.research.google.com/github/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/model_monitoring/model_monitoring.ipynb an example notebook provided by Google.

They also provide a snippet to wrap it in a nice button:

We could include such a button in each chapter so students can open the chapter straight in Colab and experiment with executing the embedded code.

cansavvy commented 6 months ago

This is such an excellent idea. I love it. We should definitely do this!