Micah P. Dombrowski / Nov 15 2019
Remix of Python by Nextjournal
PyMC3 Environment
https://docs.pymc.io/
Setup
Also update pandas and jupyter stuff, to address some bugs not yet fixed in the default Python environment.
conda install pymc3
pip install --upgrade pandas pandas-datareader jupyter_client \
git+https://github.com/nextjournal/jupyter_core
51.5s
PyMC3 (Bash in Python)
du -hsx /
3.1s
PyMC3 (Bash in Python)
import pymc3
2.9s
PyMC3 (Python)
Test
import pymc3
1.4s
Python
PyMC3