jupyter-server-proxy
A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes.
What it is and what it does
Jupyter Server Proxy is a Jupyter server extension that lets you run and access arbitrary external processes through your Jupyter environment. It works by starting external services (like RStudio, Shiny Server, or PostgreSQL) and proxying authenticated web requests to them through Jupyter-managed paths, so users see them as part of the Jupyter interface rather than separate applications.
The package is commonly used in two scenarios: allowing JupyterHub or Binder users to launch into non-Jupyter web interfaces (RStudio, Shiny, OpenRefine) without leaving the Jupyter environment, and enabling frontend JavaScript code to safely access local web APIs of other processes. It includes both a Python server extension and bundled JupyterLab extension with launcher buttons for registered services. The documentation notes a security consideration: ensure proxied processes cannot be accessed directly by other users, typically by running Jupyter in a container with restricted network access.
Use it for:
- Launch RStudio or Shiny Server from JupyterHub or Binder alongside Jupyter notebooks for users who need R-based interfaces.
- Provide JupyterLab users with one-click access to local development tools like Code Server or OpenRefine without leaving the lab.
- Allow JupyterLab extensions to safely communicate with local web APIs of background processes.
- Expose database management interfaces through Jupyter for data science workflows.
- Create unified entry points for multi-tool data science environments where Jupyter is the hub.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Jupyter Server Proxy runs external processes (RStudio, Shiny, PostgreSQL, Code Server, etc.) alongside your Jupyter server and proxies authenticated web access to them through paths like `/rstudio`.
Yes. The package is actively maintained, has low install friction, carries a permissive BSD 3-Clause License, and solves a real problem for Jupyter users who need to run or access external services. The security warning in the documentation is important to understand but does not disqualify the package—it simply requires thoughtful deployment. No known vulnerabilities are recorded.
Install
jupyter-server-proxy on PyPI
pip
pip install jupyter-server-proxyuv
uv add jupyter-server-proxypoetry
poetry add jupyter-server-proxyInstalling jupyter-server-proxy
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release; last commit on 2026-08-11 and 400 repository stars indicate ongoing support.
License in practice
BSD 3-Clause License permits redistribution and modification with minimal restrictions, making it safe for commercial and private use provided copyright notice is retained.
Quickstart
pip install jupyter-server-proxy
Then configure a process in your Jupyter configuration to proxy it through the server extension, which will appear in JupyterLab's launcher panel.
Requires Python >=3.8 and a running Jupyter server; external processes must not be directly accessible by other users to maintain security.
Verify before relying
- Whether the JupyterLab extension (@jupyterhub/jupyter-server-proxy) is automatically installed or requires separate setup.
- Specific security isolation guarantees when running untrusted external processes.
- Performance characteristics when proxying multiple concurrent external services.
Package facts
| License | BSD 3-Clause License Copyright (c) 2017, Data Science 8 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) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — aiohttp, importlib-metadata, jupyter-server, simpervisor, tornado, traitlets |
| Maintenance | actively maintained — 135 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 705,705/month — #5,273 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyter_server_proxy-4.5.0-py3-none-any.whl
Keywords: jupyter, jupyterlab, jupyterlab-extension
Tags
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
jupyterhubJupyterHub is a multi-user server that spawns,…
permissive · top 15,000 on PyPI
jupyter-http-over-wsAdds a WebSocket-based HTTP proxy endpoint to…
permissive · top 15,000 on PyPI
simpervisorProvides async methods to start, manage, and…
permissive · top 15,000 on PyPI
jupyter-lspBridges Language Server Protocol servers to…
permissive · top 1,000 on PyPI
jupyter-server-documentsA JupyterLab extension that moves document…
permissive · top 15,000 on PyPI
jupyterlabJupyterLab is an extensible web-based…
permissive · top 1,000 on PyPI
jupyter-serverJupyter Server provides the backend services,…
permissive · top 1,000 on PyPI
nbclassicProvides the classic Jupyter Notebook interface…
permissive · top 5,000 on PyPI
jupyter-eventsJupyter Events provides an event system for…
permissive · top 1,000 on PyPI
jupyter-dashJupyter Dash lets you develop and run Plotly…
permissive · top 15,000 on PyPI