Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 688 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 688 Bytes

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.