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.71k stars 7.88k forks source link

Update Ch1_Introduction_PyMC3.ipynb #496

Closed sevgiozturk closed 4 years ago

sevgiozturk commented 4 years ago

new matplotlib style has deprecated 'normed' and replaced it with density. It returns AttributeError: Unknown property density 'normed' property changed to 'density' in plt.hist

twiecki commented 4 years ago

Thanks @sevgiozturk, looks good.

CamDavidsonPilon commented 4 years ago

👍 thanks!