-
Notifications
You must be signed in to change notification settings - Fork 83
Viewer is no longer working in Colab #771
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
Comments
I now tested in 1.0a54 and 1.0a53, and those versions do not work either, so it is likely that something changed in Colab. Please let me know if there is a commitment and resources to maintain compatibility with Google Colab. If not, we probably should look for alternative visualization recipes for the IDC users of our tutorial notebooks. |
@fedorov thanks for the report. I tried a few things for Colab, which does break occasionally when Google changes it. Colab, a proprietary platform, is more of a black box than others. Support for Colab is a high priority, but it will take a while implement a more robust approach that is less coupled to Colab's infrastructure. Colab links are removed in #774 for now. |
I think they share publicly the docker images they use here |
Aha, it's nice that they provide the docker image now, however I'm afraid that this does not immediately help with tracking api changes, for the interaction between the viewer and Python kernel, colab uses non-standard communication mechanism (at least previously) and we had to work around it with some tricks. We need to check if there is any document describing the new api for the Jupyter comm alternative if the old one breaks. |
Did you consider opening an issue under https://github.com/googlecolab/colabtools and describe the problem and maybe discuss what can be done to avoid such regressions in the future? My understanding is that Colab is maintained by a small team, but they do seem to at least acknowledge issues and opening this one would allow for other users to upvote. |
Reference InsightSoftwareConsortium/itkwidgets#771 for monitoring updates on that regression
This IDC tutorial used to work in Colab https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part2_searching_basics.ipynb, as demonstrated in the captured image, but as of the latest release, invoking viewer has no effect - no viewer, no errors, no warnings.
Possibly related to #763 (comment) - the regression was noted in the release following the fixes to the zarr incompatibility.
The text was updated successfully, but these errors were encountered: