-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ENH: Notebook 3d backend improvements (ipyvtklink) #8704
Comments
About Google Colab, I made some research @agramfort. Considering that
We could track the progress on this matter on https://github.com/martinRenou/ipycanvas/issues/170 or more directly in googlecolab/colabtools#498. Anyway, I think those need to be resolved before more can be expected from |
For movie and autoplay I think you basically need a timer, e.g. https://stackoverflow.com/questions/57255394/jupyter-and-timer-functions For a screenshot it seems like it should be fairly easy since the ipyvtk_simple is sending bitmaps, and/or we should be able to get the For label time course do you need more than https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#Dropdown ? For sizing I think it's https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20Styling.html |
Exactly what I was looking for, thank you @larsoner 👍 |
The mouse events on Firefox might be fixed by Kitware/ipyvtklink#25. I'll open a PR and give it a try. |
It might not be necessary, I don't have those issues anymore on Firefox 87.0 |
For |
Quick update: https://github.com/martinRenou/ipycanvas/issues/170#issuecomment-1062071346 I'll check |
this would be a game changer !
Message ID: ***@***.***>
… |
Although now My testing workflow is: It's a work in progress but I managed to get it working at low resolution, which is already amazing IMO. output.mp4The important points:
Note: Known issues: |
I think we can close this now that the notebook seems to be working correctly (even nowadays with |
I open this issue following #8503 (comment) to keep track of the missing features or anything that could be improved.
Feature status
ipyvtklink
(Rename to ipyvtklink Kitware/ipyvtklink#30, MNT: Migrate to ipyvtklink #9341)Design/UX
Known issues
Resolved
JupyterLab
Javascript Error: IPython is not defined
Google Colab
A testing notebook is available on gist.github.com.
The text was updated successfully, but these errors were encountered: