Developer Guide

Contents

Frequently-Asked Questions

How can I put my own extension in JupyterLite?

If your extension is already published as a federated extension, you may just need to have your extension installed via pip or conda, and run jupyter lite build (see more in the CLI) documentation.

How can I ship additional pyolite wheels?

User-installable wheels can be included at extension build time. Wheel indices can be generated with the jupyter lite pip index CLI and then included in package.json#/piplite: make sure to include the index and .whl files in package.json#/files as well.