Skip to content

Files

Latest commit

 

History

History
23 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 983 Bytes

Jupyterlab

Jupyterlab Docker Image. Use the docker-compose.yml as example for creating the Jupyterlab container. The jupyter_notebook_config.json can be used to login into Jupyter with password test123.

Mirrors

The repository is mirrored at Gitlab and Github. Tags of the image can be found at Docker Hub.

Packages

The image contains several different useful packages.

jupytext

Jupytext is used to pair the .ipynb notebook files with a custom file type like Markdown. This is very useful for versioning the notebooks using Git. See the Jupytext Github Repo and this site for further information.

In general no further installation or setup is required for handling the large notebook files as Markdown.