Brianna Major
Brianna Major
This adds installation instructions to the README since JuypterLab and Jupyter Notebook require the ImJoy extension and anyone installing from main but used to the previous install steps may not...
This should now be infered from the tagged release on GitHub
We will need to add testing for the example notebooks, but there are a few issues that need to be resolved in order to do so: - [ ] When...
Opening this issue to track some inconsistent and/or weird behaviors being seen in notebooks that are run in Colab. These issues are not seen when run with Jupyter Lab or...
The workflow to automatically publish the pre-release on each new tag is failing when [generating the release notes](https://github.com/InsightSoftwareConsortium/itkwidgets/runs/8022070133?check_suite_focus=true): ``` Run python ./utilities/release-notes.py ./ReleaseNotes.txt Traceback (most recent call last): File "./utilities/release-notes.py",...
It would be nice to add traitlets support but we are currently unable to do so because of the limitations around the asynchronous network requests and our current `CellWatcher` class...
When there are multiple viewers within one notebook only calls to the most recently created viewer succeed. For example: ``` viewer_1 = view(image) ``` ``` viewer.set_rotate(True) # succeeds ``` ```...
- Make sure cartesian coordinates are clipped before converting to/from raw coords - Apply tth distortion (if needed) to mask coords when converted from raw to polar Fixes: #1690