Activate table of contents (2) extension

main
Aurélien Geron 2016-09-27 12:18:29 +02:00
parent 869025b6f9
commit 7e8589dfc3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +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
# Python 3
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0