From ef2a7b5bd091605b62d90073f12c8e62d9c2badd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 18 May 2018 20:53:38 +0200 Subject: [PATCH] Add jupyter-tensorboard to requirements.txt, it's pretty handy --- requirements.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e24cc7..69bf446 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,10 +78,15 @@ nbdime==0.4.1 # tutorial). numexpr==2.6.5 -# These libraries can be useful in the classification chapter, exercise 4. +# Optional: these libraries can be useful in the classification chapter, +# exercise 4. nltk==3.3 urlextract==0.8.3 -# Optional: these are useful Jupyter extensions, in particular to display -# the table of contents. +# Optional: this extension is handy to easily start/stop tensorboard +# server(s) directly from Jupyter. +jupyter-tensorboard==0.1.6 + +# Optional: these are useful Jupyter extensions, in particular to display the +# table of contents jupyter-contrib-nbextensions==0.5.0