Skip to main content

Use in-browser and regular kernels in JupyterLab

Project description

jupyterlab-hybrid-kernels

Extension status 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

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.2.1.tar.gz (225.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.2.1-py3-none-any.whl (63.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.2.1.tar.gz
Algorithm Hash digest
SHA256 0f07133cc7fa6a487dea99ccda7233c8832649cb809e56f1d83c370cabbdcf44
MD5 a6b910a177c0458ec2346326cb0ed6f0
BLAKE2b-256 4e0e94210537b27dc1eca7db1b5b0d92ad344deaf4f21b72e625cd2375f74a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ae3f693280580bb91e5d7e43d12c503aa5a83efa9cbe519fb729ba048659ba60
MD5 10a48cd4f5a7e6f9c6545ce275e87e19
BLAKE2b-256 9ffe815b4829e807ae9ca5d9212deb443a8df190b7b27a74a55f4d8e749b22b1

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