Skip to content

Commit 5894b47

Browse files
committed
add instructions regarding jlab
1 parent bd94223 commit 5894b47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ If you want `jax` with GPU, you will need to build from source, or follow the [i
2121

2222
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/dl-workshop/master)
2323

24+
### Notes
25+
26+
If you are using Jupyter Lab, you will want to also ensure that `ipywidgets` is installed:
27+
28+
```bash
29+
# only if you don't have ipywidgets installed.
30+
$ conda install -c conda-forge ipywidgets
31+
# the next line is necessary.
32+
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
33+
```
34+
2435
## Key Ideas
2536

2637
The key idea for this tutorial is that if we really study deep learning's fundamental model, linear regression, then we can get a better understanding of the components - a model with parameters, a loss function, and an optimizer to change the parameters to minimize the loss. Most of us who become practitioners (rather than researchers) can then take for granted that the same ideas apply to any more complex/deeper model.

0 commit comments

Comments
 (0)