Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 592 Bytes

File metadata and controls

20 lines (16 loc) · 592 Bytes

Jupyterlab PostgreSQL Image

A jupyterlab image with PostgreSQL installed and started. A database demodb is created for user jovyan. PhpPgAdmin is embedded.

Try it on Binder

or with docker :

WORKDIR=$HOME/JUPYTER_WORK
docker run --rm -it \
        --user root \
        --name ${PWD##*/} \
        --volume $WORKDIR:/home/jovyan/work \
    --publish 8888:8888 \
    --env NB_UID=$UID \
    brunoe/jupyter-db-pg:develop start-notebook.sh