Skip to content

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 venv to create a virtual environment
  • source .venv/bin/activate to activate it
  • make for 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

Learn More