Add PgAdmin4 to Jupyter binders by using jupyter-server-proxy extension. PgAdmin authenticate user using webserver
auth mode, thus you don't need to set any login/password pair. In standart mode each user start he's own session, but you can set static login and passwor for all users can use one account (watch jupyter_pgadmin_proxy/__init__.py)
.
jupyterlab>=2
ornotebook
jupyter-server-proxy
pgadmin4
gunicorn
for Linux\MacOs orwaitress
for Windows
BSD 3-Clause
Linux
MacOs
- The extension supports
Windows
, but may not work in some configurations due to a bug described by jupyterhub/jupyter-server-proxy#147