A tool to expose Jupyter notebooks behind a REST API.
Перейти к файлу
Koushik Krishnan e977b9d993
Update README.md
2024-05-19 06:54:37 -07:00
src adding docs 2024-05-16 18:30:46 -04:00
.gitattributes initial commit 2021-12-29 20:20:35 +00:00
.gitignore adding docs 2024-05-16 18:30:46 -04:00
.pre-commit-config.yaml new updates 2024-04-06 01:49:29 -04:00
CONTRIBUTING.md new updates 2024-04-06 01:49:29 -04:00
LICENSE Rename LICESNSE to LICENSE 2022-01-11 08:37:44 -08:00
README.md Update README.md 2024-05-19 06:54:37 -07:00
SECURITY.md initial commit 2021-12-29 20:20:35 +00:00
fix_line_endings.py new updates 2024-04-06 01:49:29 -04:00
jupyrest.code-workspace add jupyter book and create folder 2024-05-13 15:35:19 -04:00
pyrightconfig.json initial commit 2021-12-29 20:20:35 +00:00

README.md

jupyrest

Jupyrest is a tool that can turn a notebook into a REST API with predefined input and output contracts.

View documentation and usage on jupyrest.io.

Jupyrest lets you:

  • Users can define input and output schemas for any notebook
  • Parameterize and execute notebooks using an HTTP client

Use cases:

  • Making analysis written in a Jupyter notebook available to team members via an API.
  • Automate incident response by invoking a Jupyter notebook whenever an incident or other alert is raised.
  • Easily deploy data science/machine learning workflows written in Jupyter notebooks.
  • Develop a proof of concept web application without the need for any frontend development or telemetry infrastructure.