Skip to content

Exabyte-io/jupyterlite

Repository files navigation

JupyterLite Environment

lite-badge

JupyterLite deployed as a static site to GitHub Pages, for demo purposes.

✨ Try it in your browser ✨

➡️ https://jupyterlite.mat3ra.com

github-pages

Development Notes

Extensions

The environment using the data-bridge extension (see requirements.txt).

Content

The content is based on the api-examples. And is being populated during build.

Build

As below:

To build and run the environment locally:

  1. check that npm is installed
  2. run:
npm setup
npm run build
npm start

See github workflow and package.json for more information.