Create a virtual environment and and install python in editable mode with the optional development dependencies:
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"You then need to install the JavaScript dependencies and run the development server.
pnpm install
pnpm run devYou need the following three items running:
pnpm run widgetin scelloppnpm run devin python- Open
example.ipynbin JupyterLab, VS Code, or your favorite editor to start developing.
Changes made in js/ will be reflected in the notebook.