Registry / web-framework / jupyterlite-core

jupyterlite-core

JSON →
library0.7.4pypypiunverified

JupyterLite is a JupyterLab distribution that runs entirely in the browser, powered by WebAssembly. The jupyterlite-core package provides the CLI and build tools to create and deploy JupyterLite sites. Current version 0.7.4, requires Python >=3.10. Follows irregular release cadence with occasional alphas.

pip install jupyterlite-core
INSTALL
IMPORT
SIG · JUPYTERLITE-CORE
J
jupyterlite-core
web-frameworkpythonv0.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jupyter lite CLI
Run as shell command: 'jupyter lite init' or 'jupyter lite build'
import jupyterlite
jupyterlite-core does not expose a Python module for import; use the CLI or call via subprocess.

Initialize, add packages, and build a JupyterLite site programmatically (using os.system for clarity). For CLI usage, run directly from terminal.

import os # Initialize a JupyterLite site os.system('jupyter lite init --site-dir ./public') # Add extra piplite packages exit_code = os.system('jupyter lite add --source-url https://... @jupyterlab/theme-light-extension') # Build the site os.system('jupyter lite build --site-dir ./public')
jupyterlite --version
Debug
Known issues
gotchajupyter lite add currently has limited support; not all JupyterLab extensions can be added. Check extension compatibility before assuming it works.
fix
Use jupyter lite add only for core-compatible extensions. Test in a staging environment.
affects: >=0.7.0,<0.8.0
gotchaCLI commands must be run from a directory containing a jupyter-lite.json config file, or you must specify --site-dir. Otherwise the command may fail or produce unexpected results.
fix
Run 'jupyter lite init --site-dir ./public' first, then all commands from that directory or with --site-dir.
affects: >=0.7.0
deprecatedThe 'jupyter lite build' command's --output-dir flag was renamed to --site-dir in v0.7.0. Using --output-dir still works but emits a deprecation warning.
fix
Use --site-dir instead of --output-dir.
affects: >=0.7.0
Upgrade
Version history
0.7.4latest on PyPI · released Mar 12, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
jupyterlite-core — pip install jupyterlite-core · libregistry