Notebooks are Marimo applications that can be run in a sandboxed environment. First, install the Marimo CLI:
pipx install marimo
Then, you can run a notebook using the Marimo CLI:
marimo edit --sandbox notebooks/getting_started.py
- Getting Started - simple guide to sending your first probes, same as the measurements documentation
This project is licensed under the MIT License. See the LICENSE file for details.
However, parts of the code in .github/
directory are adapted from marimo-gh-pages-template repository which is licensed under the Apache License 2.0. See the LICENSE file for details.