/docker-jupyter-sql

Docker image for jupyter with prebuilt sql and git modules

Primary LanguageDockerfileMIT LicenseMIT

docker-jupyter-sql

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

to build

docker build --tag jupyter-sql .

to run

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