Skip to content

Commit

Permalink
Point to the right Table of Contents extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Sep 27, 2016
1 parent 88e691a commit 40e7154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 usability/toc2/main
RUN jupyter nbextension enable toc2/main

# Python 3
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 usability/toc2/main
$ jupyter nbextension enable toc2/main

Finally, launch Jupyter:

Expand Down

0 comments on commit 40e7154

Please sign in to comment.