зеркало из https://github.com/microsoft/jupyrest.git
e977b9d993 | ||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
fix_line_endings.py | ||
jupyrest.code-workspace | ||
pyrightconfig.json |
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.