Sign inSign up

sorokine/docker-jupyter-sql

By sorokine

Updated almost 5 years ago

Docker image for jupyter with prebuilt sql and git modules

Image
0

320

sorokine/docker-jupyter-sql repository overview

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

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

almost 5 years ago

docker pull sorokine/docker-jupyter-sql