--- id: jupyterlab-server version: "2.28.0" license: Copyright (c) 2015-2017, Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following… (full text in the JSON record) license_treatment: permissive maintenance: aging --- # jupyterlab-server — A set of server components for JupyterLab and JupyterLab like applications. License: permissive · Maintenance: aging · Popularity: top 1,000 on PyPI ## Install pip install jupyterlab-server uv add jupyterlab-server poetry add jupyterlab-server ## Description # jupyterlab server [![Build Status](https://github.com/jupyterlab/jupyterlab_server/workflows/Tests/badge.svg?branch=master)](https://github.com/jupyterlab/jupyterlab_server/actions?query=branch%3Amaster+workflow%3A%22Tests%22) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-server/badge/?version=stable)](http://jupyterlab-server.readthedocs.io/en/stable/) ## Motivation JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope. ## Install `pip install jupyterlab_server` To include optional `openapi` dependencies, use: `pip install jupyterlab_server[openapi]` To include optional `pytest_plugin` dependencies, use: `pip install jupyterlab_server[test]` ## Usage See the full documentation for [API docs](https://jupyterlab-server.readthedocs.io/en/stable/api/index.html) and [REST endpoint descriptions](https://jupyterlab-server.readthedocs.io/en/stable/api/rest.html). ## Extending the Application Subclass the `LabServerApp` and provide additional... ## AI interpretation — verify before relying Provides REST API handlers and utilities that sit between JupyterLab and Jupyter Server, enabling the core server infrastructure for JupyterLab and JupyterLab-like applications. Verdict: A stable, permissively licensed foundational package for JupyterLab infrastructure with low install friction and no known vulnerabilities. Aging maintenance (295 days since release) is typical for mature infrastructure; the active repository and top-1000 popularity suggest continued reliance. Suitable for production use in JupyterLab deployments and custom JupyterLab-like applications. [View on SkillFed](https://skillfed.io/packages/jupyterlab-server) · [View on PyPI](https://pypi.org/project/jupyterlab-server/)