Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupyter-server/jupyverse
A Jupyter server based on FastAPI :rocket:
https://github.com/jupyter-server/jupyverse
fastapi jupyter
Last synced: 4 days ago
JSON representation
A Jupyter server based on FastAPI :rocket:
- Host: GitHub
- URL: https://github.com/jupyter-server/jupyverse
- Owner: jupyter-server
- License: other
- Created: 2021-07-23T14:20:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:49:42.000Z (15 days ago)
- Last Synced: 2025-01-25T00:03:58.307Z (11 days ago)
- Topics: fastapi, jupyter
- Language: Python
- Homepage: https://jupyter-server.github.io/jupyverse
- Size: 1.73 MB
- Stars: 255
- Watchers: 9
- Forks: 32
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
[![Build Status](https://github.com/jupyter-server/jupyverse/workflows/test/badge.svg)](https://github.com/jupyter-server/jupyverse/actions)
# jupyverse
A set of [Asphalt](https://asphalt.readthedocs.io) components implementing a Jupyter server.
Try it online:
- JupyterLab frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-jupyterlab)
- Jupyter Notebook frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-notebook)Documentation is available [here](https://jupyter-server.github.io/jupyverse).
## Motivation
For the motivations behind this project, please refer to this issue in the
[Jupyter server team compass](https://github.com/jupyter-server/team-compass/issues/11).