Skip to content

Iceloof/jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-docker

Build and run

set external dir as workspace in build file by replace <your path> to your workspace path

docker build -t jupyter .
docker run --name jupyter --restart=always --network=host -p 8888:8888 -v <your path>:/home/jupyter jupyter

Releases

No releases published

Packages

No packages published