hjoest / docker-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Notebook

Packages

  • Numpy
  • Scipy
  • scikit-learn
  • scikit-image
  • Matplotlib
  • SymPy
  • Pandas
  • NLTK
  • Tensorflow
  • Keras
  • RISE
  • Thrift
  • QuTiP
  • Statsmodels
  • and others...

Usage

  docker run -d --name jupyter -p 8888:8888 -v `pwd`:/notebook hjoest/jupyter
  docker logs jupyter

Open the displayed URL in a browser.

About


Languages

Language:Dockerfile 100.0%