A simple anywidget, built from Mike Bostock's Mario chime snippet.
See video tutorial.
pip install ipymarioIn[1]:
import ipymario
ipymario.Widget()Out[1]:
Create a virtual environment and and install ipymario in editable mode with
the optional development dependencies:
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"All is set to open demo.ipynb in JupyterLab, VS Code, or your favorite editor
to start developing. Any change made in the js folder will be directly
reflected in the notebook.
