Skip to content

daniloaleixo/docker-for-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

A dockerized jupyter notebook

Topics

Resources

Stars

Watchers

Forks