Skip to content

atsuik/my-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-jupyter

Build Command

docker image build . -t my-jupyter:latest

Run Command

docker run -it --rm   -v "$PWD:/home/jovyan/project"   -u "$(id -u):$(id -g)"   -e "DOCKER_USER=$USER"  -p 8888:8888 my-jupyter:latest --NotebookApp.token='' --NotebookApp.password=''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published