Skip to content

Quick and dirty script to install Jupyter Lab on a docker container. Made for Ubuntu/Debian.

Notifications You must be signed in to change notification settings

LoBrol/jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Make docker enviroment (inside of the container):

sh -c "$(wget https://raw.githubusercontent.com/LoBrol/jupyterlab/main/setup.sh -O -)"

Make docker image (host):

docker commit <docker name> jupyterlab-server

Delete old docker (host):

docker stop <docker name>
docker rm <docker name>

Make new docker with jupyter auto-start (host):

docker run --entrypoint "/root/start-jupyter.sh" -p 8888:8888 --name jupyterlab -d jupyterlab-server

About

Quick and dirty script to install Jupyter Lab on a docker container. Made for Ubuntu/Debian.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages