Skip to content

Latest commit

 

History

History

jupyter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.