itkwidgets
itkwidgets copied to clipboard
Colab Notebooks
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 SageMaker Studio Lab. All notebooks have been run with the "run all" option, last tested 9/27 with v1.0a9
. These notebooks will need to be re-tested after #531 is completed so that they can be tested with the latest release.
- [ ] Hello3DWorld: Almost always needs the
view
cell to be run twice. Sometimes works on the first run, always works on the second. - [ ] DaskArray: First call to
view
must be called twice, second call toview
never works no matter how many times it is re-run (except for 1 out of 10 tries where it worked the first time). - [ ] transform_visualization: Does not work yet because of data size, relies on #531 in order to use the latest itkwidgets release.
- [ ] DataArray: First
view
cell always needs to be run twice. Secondview
cell rarely but occasionally works the first time, always the second time.