Point to the right Table of Contents extension

main
Aurélien Geron 2016-09-27 12:48:06 +02:00
parent 0eff539690
commit dd0efe8423
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ USER main
RUN conda install -c jjhelmus tensorflow=0.10.0 RUN conda install -c jjhelmus tensorflow=0.10.0
RUN conda install -c conda-forge jupyter_contrib_nbextensions RUN conda install -c conda-forge jupyter_contrib_nbextensions
RUN jupyter contrib nbextension install --user RUN jupyter contrib nbextension install --user
RUN jupyter nbextension enable toc2/toc2 RUN jupyter nbextension enable usability/toc2/main
# Python 3 # Python 3
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0 RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0

View File

@ -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: 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: Finally, launch Jupyter: