Skip to main content

Use in-browser and regular kernels in JupyterLab

Project description

jupyterlab-hybrid-kernels

Github Actions Status

Use in-browser (JupyterLite) and regular Jupyter kernels together in JupyterLab and Jupyter Notebook.

https://github.com/user-attachments/assets/a6028cce-e613-479c-b56f-d090810e7638

[!WARNING] This extension is in early development and should be considered experimental.

Requirements

  • JupyterLab >= 4.4.0 or Jupyter Notebook >= 7.4.0

Install

To install the extension:

pip install jupyterlab-hybrid-kernels

Currently, you also need to install the latest releases of JupyterLab or Jupyter Notebook to use this extension:

pip install jupyterlab>=4.4.0 notebook>=7.4.0

By default, installing JupyterLab or Jupyter Notebook will also install ipykernel as the default kernel for Python.

For in-browser kernels, you will need to install one of the available JupyterLite kernels. For example, to install the Pyodide kernel:

pip install jupyterlite-pyodide-kernel

Usage

This extension lets you use in-browser kernels (like Pyodide) and regular Jupyter kernels together in JupyterLab and Jupyter Notebook.

[!NOTE] While regular Jupyter kernels can be used across tabs and persist after reloading the page, in-browser kernels are only available on the page or browser tab where they were started, and destroyed on page reload.

File system access from in-browser kernels

In-browser kernels like Pyodide (via jupyterlite-pyodide-kernel) can access the files shown in the JupyterLab file browser.

To enable this, you need to set additional HTTP headers when serving the JupyterLab instance, for example in a jupyter_server_config.py file:

c.ServerApp.tornado_settings = {
  "headers": {
    "Cross-Origin-Opener-Policy": "same-origin",
    "Cross-Origin-Embedder-Policy": "require-corp"
  }
}

Then start JupyterLab with:

jupyter lab --config jupyter_server_config.py

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab-hybrid-kernels

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Change directory to the jupyterlab_hybrid_kernels directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Development uninstall

pip uninstall jupyterlab_hybrid_kernels

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named jupyterlab-hybrid-kernels within that folder.

Testing the extension

Frontend tests

This extension is using Jest for JavaScript code testing.

To execute them, execute:

jlpm
jlpm test

Integration tests

This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.

More information are provided within the ui-tests README.

Packaging the extension

See RELEASE

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

jupyterlab_hybrid_kernels-0.1.2.tar.gz (218.1 kB view details)

Uploaded Source

Built Distribution

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

jupyterlab_hybrid_kernels-0.1.2-py3-none-any.whl (61.4 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_hybrid_kernels-0.1.2.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e5aa16981b2827858d646e40f3360380de5d73ea1836e57cde13b76a2d68bfdf
MD5 7f1b082484a2056ee73073c22eb905eb
BLAKE2b-256 5005126be9f1e49a37a53e50fa4afa5a27b28d82eccc3ad5f503720a927601a7

See more details on using hashes here.

File details

Details for the file jupyterlab_hybrid_kernels-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cc5d33dd5dcc361441c0ee3e91a1e361b89bf5ff66f753efc422f16962220536
MD5 e085b614831734a5ea7c934f24faf9dd
BLAKE2b-256 fdbf0fb3dedcc0eecbcef763f73672ec6d48c50fcadac564f097a440374dad3b

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