Jupyter Image with pre-installed libraries
322
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.
git clone https://github.com/jaswdr/docker-jupyter
cd docker-jupyter
./build-docker-jupyter
Content type
Image
Digest
Size
3.8 GB
Last updated
over 5 years ago
docker pull jaschweder/jupyter