Skip to content

Commit

Permalink
Add jupyter-tensorboard to requirements.txt, it's pretty handy
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed May 18, 2018
1 parent 5f9ae7b commit 4a9af77
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a9af77

Please sign in to comment.