mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Point to the right Table of Contents extension
This commit is contained in:
@@ -9,7 +9,7 @@ USER main
|
||||
RUN conda install -c jjhelmus tensorflow=0.10.0
|
||||
RUN conda install -c conda-forge jupyter_contrib_nbextensions
|
||||
RUN jupyter contrib nbextension install --user
|
||||
RUN jupyter nbextension enable toc2/toc2
|
||||
RUN jupyter nbextension enable usability/toc2/main
|
||||
|
||||
# Python 3
|
||||
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
|
||||
|
||||
@@ -44,7 +44,7 @@ If you want to install the Jupyter extensions, run the following command:
|
||||
|
||||
Then you can activate an extension, such as the Table of Contents (2) extension:
|
||||
|
||||
$ jupyter nbextension enable toc2/toc2
|
||||
$ jupyter nbextension enable usability/toc2/main
|
||||
|
||||
Finally, launch Jupyter:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user