Skip to content

paulstaab/docker-jupyterlab

Repository files navigation

Build Status

Extendend Jupyter Lab Image

Image: paulstaab/jupyterlab

This image is based on the official Jupyter images and includes some small extensions. I use it for data analysis and experiments with Python.

Extensions

  • pythonloc kernel: I use pythonloc to automatically manage project dependencies in a reproducible way. TLDR: When using this kernel, install packages using the piploc command instead of pip. The packages will be use for all notebook in the current folder, and only for them.
  • spellcheck extension: Extension for spell checking in notebooks.
  • run_notebook_background.sh: Script to execute longrunning notebooks from terminal without a client having a constant connection to the jupyter lab web-UI.
  • git extension: Extension for using git from the UI
  • sql extension: Extension for interacting with relational DMBS
  • black extension: Support for black formatter

Usage

Use this container as you would use the official Jupyter images.

About

Extended Jupyter Lab Docker Image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published