/intake-demo

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

jupyter-postgres-demo

Binder

Demo of launching a binderhub notebook server with a free running Postgres server

The init.db file is called to set up any required users, databases, etc, and it in turn seeds a test database as defined in seed_db.sql.

Example via @manics on Jupyter dscourse site [gist].

See the other branches for versions that do, albeit at the expense of using a Dockerfile.