File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ dependencies:
16
16
- ghp-import==1.1.0
17
17
- sphinxcontrib-youtube==1.3.0 # Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
18
18
- sphinx-togglebutton==0.3.2
19
- - arviz
Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ kernelspec:
19
19
``` {code-cell} ipython3
20
20
:tags: [skip-execution]
21
21
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
23
31
```
24
32
25
33
We'll begin with some Python imports.
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ kernelspec:
19
19
``` {code-cell} ipython3
20
20
:tags: [skip-execution]
21
21
22
- !pip install --upgrade jax jaxlib kaleido
22
+ !pip install --upgrade jax
23
23
```
24
24
25
+ In addition to what's included in base Anaconda, we need to install the following packages
26
+
25
27
``` {code-cell} ipython3
26
28
:tags: [hide-output]
27
29
30
+ !pip install kaleido
28
31
!conda install -y -c plotly plotly plotly-orca retrying
29
32
```
30
33
You can’t perform that action at this time.
0 commit comments