Add jupyter-tensorboard to requirements.txt, it's pretty handy
parent
21794905c6
commit
ef2a7b5bd0
|
@ -78,10 +78,15 @@ nbdime==0.4.1
|
||||||
# tutorial).
|
# tutorial).
|
||||||
numexpr==2.6.5
|
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
|
nltk==3.3
|
||||||
urlextract==0.8.3
|
urlextract==0.8.3
|
||||||
|
|
||||||
# Optional: these are useful Jupyter extensions, in particular to display
|
# Optional: this extension is handy to easily start/stop tensorboard
|
||||||
# the table of contents.
|
# 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
|
jupyter-contrib-nbextensions==0.5.0
|
||||||
|
|
Loading…
Reference in New Issue