Skip to main content

Add your description here

Project description

uv-jupyter-kernel

Script to configure Jupyter kernels that use the uv environment and dependency manager. It allows you to create isolated kernels for different Python versions, making it easier to use Jupyter with controlled and reproducible environments.

Requirements

  • Some Jupyter client (e.g., VSCode extension)
  • uv installed and available in the PATH

Usage

uvx uv-jupyter-kernel --versions 3.13 3.12

By default, the script configures kernels for Python versions 3.13 and 3.12. You can specify other versions by passing them as arguments.

This will create (or update) kernel files at ~/.local/share/jupyter/kernels/uv-<version>/kernel.json, allowing you to select the corresponding kernel for the desired Python version within Jupyter.

What does the script do?

  • Locates the uv executable on the system.
  • For each specified Python version, creates a Jupyter kernel that:
    • Ephemerally installs ipykernel and starts the executor itself.
    • Ensures the uv PATH is available in the kernel environment.
    • Allows each notebook to run in an independent, ephemeral, and isolated environment.

Advantages

  • The only thing that needs to be available initially is uv.
  • Ephemeral environments: each notebook has its own and can install new dependencies with uv pip install; when Jupyter is restarted, the environment is reset.
  • No need to install Jupyter in the environment: less chance of dependency conflicts.
  • Shared cache: each thing can be downloaded only once and then reused.

Disadvantages

  • Higher disk usage if your system does not support hardlinks (e.g., Termux on Android)

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

uv_jupyter_kernel-0.2.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uv_jupyter_kernel-0.2.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file uv_jupyter_kernel-0.2.0.tar.gz.

File metadata

  • Download URL: uv_jupyter_kernel-0.2.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for uv_jupyter_kernel-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b6685fbf62c3238ecdc589056ccbc189f8ef54ab61769079a76b7cc7e8b36e38
MD5 77cca04634a9d212a2aec6c01629998a
BLAKE2b-256 4bf2819f2b01f8c1868ec86864ad119f23d73d43333b54d68d9ed2cce7f51599

See more details on using hashes here.

File details

Details for the file uv_jupyter_kernel-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for uv_jupyter_kernel-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6a7ea8244247228d4e629e3bdf65b1254484822d2acfafab089261ee6981d9a
MD5 5aaf2d6fd1373ecd7ce67ca4f2b0003e
BLAKE2b-256 aa63d717d0678ea280814d791bd3a62620d84cb57e6b43c9bc0d683ac8f4b1f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page