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

Minor Stylistic Changes and Link Corrections for Chapters 2, 4, and 6 #416

Closed matthew-mcateer closed 5 years ago

matthew-mcateer commented 5 years ago

SO, a few minor changed were made in the notebooks 1) The COlab logo was updated: For some reason the link to the png was broken, so it was replaced with a favicon file link 2) the Colab links for Chapters 2 and 4 were updated: These were previously linked to Google Drive files. It was thought that all the chapters had been properly externally linked, but it seems that Chapters 2 and 4 were still linked to the same Google Drive file. Their links have been updated to be only dependent on what is in their place in the Github. 3) THe outputs of the JavaScript File for Chapter 6 have been updated: This requires the cell be run twice. The notebook has been re-saved with a demo of the intended output, along with new inline documentation.

That is all.

matthew-mcateer commented 5 years ago

Hey @CamDavidsonPilon , there were a few details that were missed in the previous PR. This one takes care of them.

CamDavidsonPilon commented 5 years ago

Lgtm, thanks!