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.0a0.tar.gz (224.3 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.0a0-py3-none-any.whl (63.9 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_hybrid_kernels-0.2.0a0.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.2.0a0.tar.gz
Algorithm Hash digest
SHA256 85577eacb7d918f21fdd7bcc40dc4c42557e476e754eced5b02184daa137d3e1
MD5 f7468d4fc95f669cb9451ab997cb39fb
BLAKE2b-256 f5d6d4f50deab33cb6683caecfc725bc47f227de8d998cf2e7eab1df92f9d5bf

See more details on using hashes here.

File details

Details for the file jupyterlab_hybrid_kernels-0.2.0a0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_hybrid_kernels-0.2.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb744e70bb17795761788d88d0fc878b83f1ef1801cede202e01438ae7717d28
MD5 93b7916387bb28f091381338c3f64b5a
BLAKE2b-256 1a9c5f86311cc0a4430f22f726cce8ea8058d042c54f4b197cd1a777a164848b

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