Sign inSign up

cmihai/jupyter

By cmihai

•Updated almost 8 years ago

Jupyter Notebook Data Science environment from Ubuntu + Miniconda

Image
1

1.0K

cmihai/jupyter repository overview

⁠Anaconda:

  • Miniconda 3

⁠Python Libraries:

  • requests pylint autopep8
  • jupyter ipywidgets jupyter_nbextensions_configurator jupyter_contrib_nbextensions beakerx
  • numpy pandas statsmodels matplotlib matplotlib-venn scrapy xlrd nltk redis \
  • scipy scikit-learn pytorch-cpu torchvision
  • tensorflow

⁠Running:

mkdir ~/notebooks # Create a shared notebooks directory
mkdir ~/.jupyter # Configuration..

docker pull cmihai/jupyter

docker run --init --detach \
    --name jupyter --hostname jupyter \
    -p 8888:8888 \
    --volume ${HOME}/notebooks:/home/jupyter/notebooks:rw \
    --volume ${HOME}/.jupyter:/home/jupyter/.jupyter \
    cmihai/jupyter

docker logs jupyter

Then access the notebook. Ex: http://localhost:8888⁠

If you have no password set up, you can use the token displayed by docker logs jupyter.

⁠See also:

Other images exist, such as:

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

almost 8 years ago

docker pull cmihai/jupyter