From 7e8589dfc36343af3e5516db4d64d2aa89b9b515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 27 Sep 2016 12:18:29 +0200 Subject: [PATCH] Activate table of contents (2) extension --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 60776ea..c3da637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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