We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea2da0 commit 21416a9Copy full SHA for 21416a9
1 file changed
lectures/back_prop.md
@@ -21,8 +21,8 @@ In addition to what's included in base Anaconda, we need to install the followin
21
```{code-cell} ipython3
22
:tags: [hide-output]
23
24
-!pip install -U kaleido
25
-!conda install -y -c plotly plotly plotly-orca retrying
+!pip install -U kaleido plotly
+!conda install -y -c plotly plotly-orca
26
```
27
28
We also need to install JAX to run this lecture
0 commit comments