-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geodesic notebook #277
base: master
Are you sure you want to change the base?
geodesic notebook #277
Conversation
thewtex
commented
May 14, 2021
- STYLE: GeodesicActiveContour CMake style
- DOC: Add notebook example for SegmentWithGeodesicActiveContourLevelSet
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -0,0 +1,262 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Point picker for itkwidgets would come in handy here for interactive experimentation.
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, on the agenda :-).
Is there an already existing example of how a Jupyter notebook looks like when rendered in sphinx examples? |
https://itk.org/ITKExamples/src/Registration/Metricsv4/RegisterTwoPointSets/Documentation.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have not tried, but looks good. 💯 for doing this !
A minor comment: maybe the Jupyter notebook execution-related cell data (e.g.
but it would also clear the output images, if any, I think. Maybe the SimpleITK folks know better how to do this. At term, maybe having a pre-commit hook taking care of this cleaning could be handy. |
@jhlegarreta good ideas. I will remove the cell output for this notebook, but we will likely want to add it back in the future when |
68cd5a8
to
048f16b
Compare
Looks great! Notebook is helpful for following each step. |
048f16b
to
bb8ae00
Compare
Also update the Python code style to be more Pythonic
bb8ae00
to
594ae03
Compare