--- id: jupyter-server version: "2.20.0" license: BSD 3-Clause License - Copyright (c) 2001-2015, IPython Development Team - Copyright (c) 2015-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with… (full text in the JSON record) license_treatment: permissive maintenance: active --- # jupyter-server — The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jupyter-server uv add jupyter-server poetry add jupyter-server ## Description # Jupyter Server [![Build Status](https://github.com/jupyter-server/jupyter_server/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_server/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++) [![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest) The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voilà. For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest). ## Installation and Basic usage To install the latest release locally, make sure you have [pip installed](https://pip.pypa.io/en/stable/installation/) and run: ``` pip install jupyter_server ``` Jupyter Server currently supports Python>=3.10 on Linux, OSX and Windows. ### Versioning and Branches If Jupyter Server is a dependency of your project/application, it is important that you pin it to a version that works for your application. Jupyter Server follows semantic... ## AI interpretation — verify before relying Jupyter Server provides the backend services, APIs, and REST endpoints that power Jupyter web applications like Jupyter Notebook, JupyterLab, and Voilà. Verdict: Jupyter Server is a mature, actively maintained core infrastructure package for Jupyter ecosystems. It carries no known vulnerabilities, installs cleanly, and is licensed permissively. Suitable for production use as a dependency or standalone server. [View on SkillFed](https://skillfed.io/packages/jupyter-server) · [View on PyPI](https://pypi.org/project/jupyter-server/)