JupyterLite deployed as a static site to GitHub Pages, for demo purposes.
➡️ https://jupyterlite.mat3ra.com
The environment using the data-bridge extension (see requirements.txt).
The content is based on the api-examples. And is being populated during build.
As below:
To build and run the environment locally:
- check that
npm
is installed - run:
npm setup
npm run build
npm start
See github workflow and package.json for more information.