Sign inSign up

jaschweder/jupyter

By jaschweder

Updated over 5 years ago

Jupyter Image with pre-installed libraries

Image
0

322

jaschweder/jupyter repository overview

Jupyter Image with pre-installed libraries

Libraries pre-installed
  • autogluon
  • bokeh
  • boto3
  • catboost
  • matplotlib
  • mxnet
  • numpy
  • openpyxl
  • pandas
  • plotly
  • requests
  • scipy
  • seaborn
  • sklearn
  • sqlalchemy
  • statsmodels
Getting started

At any directory where you have/want to have Jupyter notebooks, run:

docker run \
    -it \
    --rm \
    -p 8888:8888 \
    -v $PWD:/home/jovyan/work \
    jaswdr/jupyter

Create your notebooks inside ./work directory, who points to the current directory.

Building locally
git clone https://github.com/jaswdr/docker-jupyter
cd docker-jupyter
./build-docker-jupyter

Tag summary

Content type

Image

Digest

Size

3.8 GB

Last updated

over 5 years ago

docker pull jaschweder/jupyter