File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ We'll begin with some Python imports.
1717
1818
1919``` {code-cell} ipython3
20- :tags: [hide-output]
20+ :tags: [hide-output, skip-execution ]
2121
2222!pip install arviz pymc numpyro jax
2323```
Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ kernelspec:
1414# Introduction to Artificial Neural Networks
1515
1616``` {code-cell} ipython3
17- :tags: [hide-output ]
17+ :tags: [skip-execution ]
1818
1919!pip install --upgrade jax jaxlib kaleido
20+ ```
21+
22+ ``` {code-cell} ipython3
23+ :tags: [hide-output]
24+
2025!conda install -y -c plotly plotly plotly-orca retrying
2126```
2227
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The two Python modules are
4444As usual, we begin by importing some Python code.
4545
4646``` {code-cell} ipython3
47- :tags: [hide-output]
47+ :tags: [hide-output, skip-execution ]
4848
4949# install dependencies
5050!pip install numpyro pyro-ppl torch jax
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ kernelspec:
1515# Incorrect Models
1616
1717In addition to what's in Anaconda, this lecture will need the following libraries:
18+
1819``` {code-cell} ipython
1920---
20- tags: [hide-output]
21+ tags: [hide-output, skip-execution ]
2122---
2223!pip install numpyro jax
2324```
You can’t perform that action at this time.
0 commit comments