Skip to content

ayusavin/jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab

jupyter/docker-stacks small modification for own use

TL;DR

# Start machine learning setup

$ VOLUME_NAME=jupyterlab
$ docker volume create $VOLUME_NAME
$ docker run -p 8888:8888 -v $VOLUME_NAME:/home/jovyan/work/ -d --name=jupyterlab fantast03/jupyterlab-machine-learning:latest

About

jupyter/docker-stacks small modification for own use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published