Contributing
Contributions are very welcome. Please file issues or submit pull requests in our GitHub repository. All contributors will be acknowledged, but must abide by our Code of Conduct.
Setup
uv venvto create a virtual environmentsource .venv/bin/activateto activate itmakefor a list of available commands
| target | action |
|---|---|
| commands | show available commands |
| package | build package |
| check | check Python code issues |
| clean | clean up |
| docs | build documentation |
| fix | fix formatting and code issues |
| publish | publish using ~/.pypirc credentials |
| build-wasm | build WASM version of example notebook |
| run-local | run the example notebook directly |
| run-wasm | run the WASM version of the example notebook |