Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1016 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 1016 Bytes

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.