Skip to content

bdist/notebook

Repository files navigation

Jupyter Notebook Databases Stack

Source on GitHub | Dockerfile commit history | Docker Hub image tags

bdist/notebook includes popular packages from the scientific Python ecosystem.

Everything in jupyter/minimal-notebook and its ancestor images

jupysql to run SQL in Jupyter/IPython via a %sql and %%sql magics.

PostgreSQL is a relational database management system emphasizing extensibility and SQL compliance.

SQLite is the most used relational database management system in the world.

DuckDB is a column-oriented relational database management system.

Redis is the most used NoSQL database.

Credits

Flavio Martins