From 68e93e4ceced26a5cc7b5fa429fa96f0323d6723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Fri, 14 Jun 2019 14:35:50 +0200 Subject: [PATCH] Add jupyter-tensorboard extension Extension jupyter-tensorboard allows users of Jupyter(Hub) to run and access Tensorboard easily from the JupyterHub interface --- tensorflow-notebook/.s2i/bin/assemble | 2 ++ tensorflow-notebook/requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/tensorflow-notebook/.s2i/bin/assemble b/tensorflow-notebook/.s2i/bin/assemble index a1f90d8c..90225c74 100755 --- a/tensorflow-notebook/.s2i/bin/assemble +++ b/tensorflow-notebook/.s2i/bin/assemble @@ -31,6 +31,8 @@ cd $HOME rm -rf /tmp/facets +jupyter tensorboard enable --sys-prefix + # Import matplotlib the first time to build the font cache. MPLBACKEND=Agg python -c "import matplotlib.pyplot" diff --git a/tensorflow-notebook/requirements.txt b/tensorflow-notebook/requirements.txt index f7ea8208..7feed27d 100644 --- a/tensorflow-notebook/requirements.txt +++ b/tensorflow-notebook/requirements.txt @@ -28,3 +28,4 @@ xlrd==1.2.* tensorflow==1.11.* keras==2.2.* +jupyter-tensorboard==0.1.10