Running the Positron Server Web IDE inside the Jupyter environment
Project description
Jupyter Positron Server
Run Positron Server inside your Jupyter environment using jupyter-server-proxy.
Requirements
- Python >= 3.9
- positron-server installed and available in your PATH
- A valid Positron license key file, set as a
POSITRON_LICENSE_KEY_FILEenvironment variable
Installation
pip install jupyter-positron-server
Or install from source:
git clone https://github.com/posit-dev/jupyter-positron-server.git
cd jupyter-positron-server
pip install -e .
Configuration
Download Positron Server
Download the Positron Server binary for your Linux architecture. For the latest release of Positron (April 2026), you can find the downloads here:
- x64: https://cdn.posit.co/positron/releases/server/x86_64/positron-server-linux-x64-2026.04.0-269.tar.gz
- arm64: https://cdn.posit.co/positron/releases/server/arm64/positron-server-linux-arm64-2026.04.0-269.tar.gz
After downloading, untar the archive and add it to your PATH.
If you're using curl, this step might look something like:
# Download Positron server to temporary directory
# Note: this is the url for arm64 architecture machines,
# x64 machines should use the link provided above
curl -L "https://cdn.posit.co/positron/releases/server/arm64/positron-server-linux-arm64-2026.04.0-269.tar.gz" -o /tmp/positron-server.tar.gz
# Create directory
mkdir -p /opt/positron-server
# Unpack Positron Server into newly created directory
tar -xzf /tmp/positron-server.tar.gz -C /opt/positron-server --strip-components=1
Get a License
Positron Server is available for educational use only. Free licenses are available for currently enrolled students using Positron for coursework. Review the Positron Education License Rider for full eligibility terms.
To request a license, email academic-licenses@posit.co.
Set the License Key
Set the POSITRON_LICENSE_KEY_FILE environment variable to the path of your license key file.
If POSITRON_LICENSE_KEY_FILE is unset, Positron will look for a license file at /opt/license.lic, so place your license file there or set the environment variable to the location where your license file actually lives:
export POSITRON_LICENSE_KEY_FILE=/path/to/your/license.lic
Install the jupyter-positron-server package
Install jupyter-positron-server in an environment that is available to all users of your JupyterHub server.
pip install jupyter-positron-server
Start your Jupyter server
-
Start or restart your Jupyter server. In JupyterHub, you can do this by selecting
File>Hub Control Panel, then clickingStop My ServerandStart My Server. -
Click the "Positron" icon in the JupyterLab launcher.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyter_positron_server-0.0.4.tar.gz.
File metadata
- Download URL: jupyter_positron_server-0.0.4.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c3f0d40ecd72794d4bf1a8b38356e8ba0aad9c143d0c6c18baf3c209460561
|
|
| MD5 |
07ce4aeac8729732263a585025775e4c
|
|
| BLAKE2b-256 |
a219cb40f04598d50423b30c5ff13eea2778665fd194af557e0709420cceea55
|
Provenance
The following attestation bundles were made for jupyter_positron_server-0.0.4.tar.gz:
Publisher:
test.yml on posit-dev/jupyter-positron-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jupyter_positron_server-0.0.4.tar.gz -
Subject digest:
f9c3f0d40ecd72794d4bf1a8b38356e8ba0aad9c143d0c6c18baf3c209460561 - Sigstore transparency entry: 1419001696
- Sigstore integration time:
-
Permalink:
posit-dev/jupyter-positron-server@d224558bee43648aa9cc8b250bb1a9b0359b9fbc -
Branch / Tag:
refs/tags/0.0.4 - Owner: https://github.com/posit-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@d224558bee43648aa9cc8b250bb1a9b0359b9fbc -
Trigger Event:
release
-
Statement type:
File details
Details for the file jupyter_positron_server-0.0.4-py3-none-any.whl.
File metadata
- Download URL: jupyter_positron_server-0.0.4-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e68315eb7f650d0fa0e152182c609eceb916e3d788b0d68fbf9ebaf7ff40c5
|
|
| MD5 |
7de53886110a288e5309dae3651ace87
|
|
| BLAKE2b-256 |
c6fc847bc6a8bd45a90f0a30bbc48b9fd5450d6c95171794d626e4ec83f5c440
|
Provenance
The following attestation bundles were made for jupyter_positron_server-0.0.4-py3-none-any.whl:
Publisher:
test.yml on posit-dev/jupyter-positron-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jupyter_positron_server-0.0.4-py3-none-any.whl -
Subject digest:
59e68315eb7f650d0fa0e152182c609eceb916e3d788b0d68fbf9ebaf7ff40c5 - Sigstore transparency entry: 1419001765
- Sigstore integration time:
-
Permalink:
posit-dev/jupyter-positron-server@d224558bee43648aa9cc8b250bb1a9b0359b9fbc -
Branch / Tag:
refs/tags/0.0.4 - Owner: https://github.com/posit-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@d224558bee43648aa9cc8b250bb1a9b0359b9fbc -
Trigger Event:
release
-
Statement type: