CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.55k stars 7.85k forks source link

Improved Integration with Google Colab #407

Closed matthew-mcateer closed 5 years ago

matthew-mcateer commented 5 years ago

Two changed were made for improving the integration of these notebooks with Google Colab:

1) a zip file of the data for Chapter 5 was added to the Chapter 5 subfolder. This will allow for uploading and unzipping of the data for this chapter to be done in one go (since runtimes are reset after periods of inactivity, so the CSV files cannot actually be stored in the environment of a Google Colab notebook indefinitely. This fixes that).

2) The HTML file for Chapter 6 is now working. The Dropbox link to the Javascript file is no longer valid. This was replaced with a rawgit URL that allows the Javascript file to be served from the Github repository itself.

matthew-mcateer commented 5 years ago

@CamDavidsonPilon The biggest improvement by far is the change to the HTML file. The Dropbox link was no longer active and needed to be changed.

CamDavidsonPilon commented 5 years ago

Nice improvements, lgtm!