Docker image for jupyter with prebuilt sql and git modules.
Source: https://github.com/sorokine/docker-jupyter-sql
Docker Hub: https://hub.docker.com/r/sorokine/docker-jupyter-sql
docker build --tag jupyter-sql .
mkdir -p nb
sudo chmod -R a+rw nb/
docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v "${PWD}/nb":/home/jovyan/work sorokine/docker-jupyter-sql
-
To use SQL in the notebook see https://github.com/catherinedevlin/ipython-sql
-
To push or pull to/from a git repo open a terrminal in JupyterLab. You will need to enter user/password for each push or pull.