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
- Host: GitHub
- URL: https://github.com/sipist/notebook
- Owner: sipist
- License: other
- Created: 2024-02-22T14:22:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T04:13:49.000Z (3 months ago)
- Last Synced: 2026-02-13T12:31:23.271Z (3 months ago)
- Topics: data-engineering, data-science, docker, jupyter, jupyterlab, notebook, postgres, postgresql, python, search-engine, sql, sqlite
- Language: Dockerfile
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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