Skip to content

Simple environment to run JupyterLab in containers. Uses docker-compose to simplify eventual connections to external services, DBs, ...

Notifications You must be signed in to change notification settings

tommasodelorenzo/jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter lab

You can specify the port the container will be exposed. Insert any additional package you want to be installed in the requirements.txt file.

The main working folder will be ./work.

To run the container smply use the standard docker compose commands. First time build the containers.

docker compose build

Then run the services.

docker compose up -d

About

Simple environment to run JupyterLab in containers. Uses docker-compose to simplify eventual connections to external services, DBs, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published