AllenDowney / ThinkBayes2

Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.
http://allendowney.github.io/ThinkBayes2/
MIT License
1.8k stars 1.49k forks source link

Adding sympy to environment.yml #18

Closed crkrenn closed 4 years ago

crkrenn commented 4 years ago

My version of anaconda/jupyter did not have sympy installed, so the following commands: from sympy import symbols p = symbols('p') fail in monty.ipynb.

AllenDowney commented 4 years ago

Thank you!