Skip to content

Files

Latest commit

33204be · Sep 17, 2020

History

History

jupyter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 17, 2020
Apr 17, 2020

Jupyter Notebook

A Jupyter Notebook Docker image. It includes the following kernels:

Build & Launch

TODO: Update the readme...

To build:

docker build --no-cache -t "$USER/$(basename $PWD)" . --build-arg DL_TOOLS=true

The default login credentials are jupyter for both Username and Password. To run:

make start_jupyter ARG="--restart=on-failure:10 -d -p 8000:8000"

When you are done you can stop the container.

else you can stop and delete the volume.