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-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize, add packages, and build a JupyterLite site programmatically (using os.system for clarity). For CLI usage, run directly from terminal.
Use jupyter lite add only for core-compatible extensions. Test in a staging environment.
Run 'jupyter lite init --site-dir ./public' first, then all commands from that directory or with --site-dir.
Use --site-dir instead of --output-dir.
No dependency data recorded yet.