Skip to content

pdemp1729/jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-docker

Dockerized version of JupyterLab.

Getting Started

The JupyterLab service can be run in the background using

docker compose up -d

This will build the image if it is not always present on your machine.

Connecting to a running JupyterLab instance

The easiest way to connect to a running JupyterLab instance is by running the bash script

./bin/get-running-nb-servers.sh

This displays the port and token information for any running JupyterLab services, which can be pasted into a browser (or clicked) to run.

Stopping a running JupyterLab instance

In order to gracefully stop a running JupyterLab instance, run the bash script

./bin/stop-running-nb-servers.sh

About

Dockerized version of jupyter lab for use with docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published