You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebooks in Rethinking_2 folder import pymc3 and not pymc this results in a missing module error.
I tried to manually change the notebook Chap_02 to use pymc but then the numeric results are wrong.
I finally did pip install pymc3 and the notebook run flawlessly