AllenDowney / ModSimPy

Text and supporting code for Modeling and Simulation in Python
https://allendowney.github.io/ModSimPy/
MIT License
823 stars 1.76k forks source link

Open in Colab links #57

Closed fredthedead closed 3 years ago

fredthedead commented 3 years ago

Love the content, thanks for making it publicly available!

The "Click here to run this chapter on Colab" links in the notebooks are point to https://colab.research.google.com/github/AllenDowney/ModSimPy/blob/master//chapters/chap12.ipynb (for example in chapter 12 & 13, didn't check the others) - shouldn't they be linking to https://colab.research.google.com/github/AllenDowney/ModSimPy/blob/master/colab/chap12.ipynb instead?

AllenDowney commented 3 years ago

The links are as intended for now. The notebooks in /colab are Version 3. The ones in /chapters are Version 4.

The organization of the repo is a bit of a mess at the moment. I'll clean it up gradually.