Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 227 Bytes

Docker for Simple Jupyter Notebook

Using it as the base repo for another jupyter projects

Building

docker build -t notebook .

Running

docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work notebook