Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 484 Bytes

development.md

File metadata and controls

17 lines (12 loc) · 484 Bytes

Development

Note: Node.js is required for development.

Setup your system for development:

git clone https://github.com/InsightSoftwareConsortium/itkwidgets.git
cd itkwidgets
pip install -e ".[test,lab,notebook]"
pytest
pytest --nbmake examples/*.ipynb

If Python code is changed, restart the kernel to see the changes.

Warning: This project is under active development. Its API and behavior may change at any time. We mean it.