This repository contains a demo of using Jupyter Lite with xeus-lite to run Speasy in the browser.
Open the demo directly in your browser using this link then open the demo notebook demo.ipynb located at the root of your Jupyter Lite file browser.
No installation is required, everything runs in your browser!
Because it runs in the browser, some features of Speasy may be limited compared to a full Python environment. The following limitations apply:
- File system access is restricted, so local caching of data is disabled.
- HTTP requests are not allowed, so data retrieval from HTTP only online databases is not possible.
- Because of browser memory limitations, large requests may produce memory errors.