{"id":14979087,"url":"https://github.com/jupyter-server/jupyverse","last_synced_at":"2026-04-09T09:01:20.260Z","repository":{"id":37951720,"uuid":"388825967","full_name":"jupyter-server/jupyverse","owner":"jupyter-server","description":"Modern Jupyter server based on FastAPI","archived":false,"fork":false,"pushed_at":"2026-02-05T13:26:30.000Z","size":3220,"stargazers_count":290,"open_issues_count":37,"forks_count":35,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-02-05T21:19:39.495Z","etag":null,"topics":["fastapi","jupyter"],"latest_commit_sha":null,"homepage":"https://jupyter-server.github.io/jupyverse","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyter-server.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-23T14:20:02.000Z","updated_at":"2026-02-05T13:26:35.000Z","dependencies_parsed_at":"2025-12-06T05:07:18.186Z","dependency_job_id":null,"html_url":"https://github.com/jupyter-server/jupyverse","commit_stats":{"total_commits":508,"total_committers":13,"mean_commits":39.07692307692308,"dds":0.3838582677165354,"last_synced_commit":"a5995fde24134fe9fa3c08c7507c2eefe9abaa75"},"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"purl":"pkg:github/jupyter-server/jupyverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-server%2Fjupyverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-server%2Fjupyverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-server%2Fjupyverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-server%2Fjupyverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyter-server","download_url":"https://codeload.github.com/jupyter-server/jupyverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-server%2Fjupyverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T10:40:02.018Z","status":"ssl_error","status_checked_at":"2026-02-10T10:38:28.459Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","jupyter"],"created_at":"2024-09-24T13:59:12.463Z","updated_at":"2026-04-09T09:01:20.251Z","avatar_url":"https://github.com/jupyter-server.png","language":"Python","funding_links":[],"categories":["Python","Notebook Environments"],"sub_categories":[],"readme":"[![Build Status](https://github.com/jupyter-server/jupyverse/workflows/test/badge.svg)](https://github.com/jupyter-server/jupyverse/actions)\n\n# Jupyverse\n\nA set of [FPS](https://github.com/jupyter-server/fps) modules implementing a Jupyter server.\n\nTry it online:\n- JupyterLab frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-jupyterlab)\n- Jupyter Notebook frontend: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-notebook)\n\nDocumentation is available [here](https://jupyter-server.github.io/jupyverse).\n\n## Install\n\n### From PyPI\n\nJupyverse can be installed with `pip`, for instance the following:\n\n```bash\npip install \"jupyverse[jupyterlab,auth]\"\n```\n\nwill install jupyverse with the JupyterLab frontend and the [auth](https://github.com/jupyter-server/jupyverse/tree/main/plugins/auth) plugin.\n\n### From conda-forge\n\nJupyverse can be installed with `micromamba`:\n\n```bash\nmicromamba create -n jupyverse\nmicromamba activate jupyverse\nmicromamba install jupyverse fps-jupyterlab fps-auth\n```\n\n### Development install\n\nClone or fork this repository:\n\n```bash\ngit clone https://github.com/jupyter-server/jupyverse.git\ncd jupyverse\n```\n\nThen either use `uv` or `pip` to install in development mode.\n\n#### Using `uv`\n\nInstall all plugins in editable mode:\n\n```bash\nuv venv\nfor dir in ./api/*; do dirname=$(basename \"$dir\"); uv pip install -e \"jupyverse-$dirname @ ./api/$dirname\"; done\nfor dir in ./plugins/*; do dirname=$(basename \"$dir\"); uv pip install -e \"fps-$dirname @ ./plugins/$dirname\"; done\nuv pip install --group test -e .\n```\n\nRun tests with:\n\n```bash\nuv run pytest -v\n```\n\nFor testing, all the plugins are installed in the same environment. Jupyverse will automatically start all plugins\nregistered in the `jupyverse.modules` entry point. Some of them should be disabled, for instance there should be only\none authentication plugin:\n\n```bash\nuv run jupyverse \\\n    --disable auth_fief \\\n    --disable auth_jupyterhub \\\n    --disable noauth \\\n    --disable file_watcher_poll \\\n    --disable notebook\n```\n\n#### Using `pip`\n\nUsing `pip` sometimes gives more control, for instance if you want to install third-party libraries\nin development mode too. It is recommended to create a virtual environment before running the\nfollowing commands:\n\n```bash\nfor dir in ./api/*; do dirname=$(basename \"$dir\"); pip install -e \"./api/$dirname\"; done\nfor dir in ./plugins/*; do dirname=$(basename \"$dir\"); pip install -e \"./plugins/$dirname\"; done\npip install --group test -e .\n```\n\nRun tests with:\n\n```bash\npytest -v\n```\n\nRun jupyverse with:\n\n```bash\njupyverse \\\n    --disable auth_fief \\\n    --disable auth_jupyterhub \\\n    --disable noauth \\\n    --disable file_watcher_poll \\\n    --disable notebook\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-server%2Fjupyverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyter-server%2Fjupyverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-server%2Fjupyverse/lists"}