An open API service indexing awesome lists of open source software.

https://github.com/sipist/notebook

Jupyter Notebook Intelligent Retrieval Systems Stack
https://github.com/sipist/notebook

data-engineering data-science docker jupyter jupyterlab notebook postgres postgresql python search-engine sql sqlite

Last synced: 20 days ago
JSON representation

Jupyter Notebook Intelligent Retrieval Systems Stack

Awesome Lists containing this project

README

          

# Jupyter Notebook Intelligent Retrieval Systems Stack

[Source on GitHub](https://github.com/sipist/notebook) | [Dockerfile commit history](https://github.com/sipist/notebook/commits/main/notebook/Dockerfile) | [Docker Hub image tags](https://hub.docker.com/r/sipist/notebook/tags/)

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

Everything in [jupyter/scipy-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-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.

## Quick Start

You can [try a relatively recent build of the ghcr.io/sipist/notebook image on mybinder.org](https://mybinder.org/v2/gh/sipist/notebook/main?urlpath=lab/tree/README.ipynb).

## Credits

Flavio Martins