File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ dependencies:
1616 - ghp-import==1.1.0
1717 - sphinxcontrib-youtube==1.3.0 # Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1818 - sphinx-togglebutton==0.3.2
19- - arviz
Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ kernelspec:
1919``` {code-cell} ipython3
2020:tags: [skip-execution]
2121
22- !pip install arviz pymc numpyro jax
22+ !pip install numpyro jax
23+ ```
24+
25+ In addition to what's included in base Anaconda, we need to install the following packages
26+
27+ ``` {code-cell} ipython3
28+ :tags: [hide-output]
29+
30+ !pip install arviz pymc
2331```
2432
2533We'll begin with some Python imports.
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ kernelspec:
1919``` {code-cell} ipython3
2020:tags: [skip-execution]
2121
22- !pip install --upgrade jax jaxlib kaleido
22+ !pip install --upgrade jax
2323```
2424
25+ In addition to what's included in base Anaconda, we need to install the following packages
26+
2527``` {code-cell} ipython3
2628:tags: [hide-output]
2729
30+ !pip install kaleido
2831!conda install -y -c plotly plotly plotly-orca retrying
2932```
3033
You can’t perform that action at this time.
0 commit comments