-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Animate in Jupyter notebook #22777
Comments
This comment has been minimized.
This comment has been minimized.
Author: Jeroen Demeyer |
This comment has been minimized.
This comment has been minimized.
comment:5
Last time I checked jupyter didn't support gif (hence no animated gif either). |
comment:6
But see also this post about mpl html5 animations. Various other workarounds of varying quality are out there ... and there is even a request. |
comment:8
The patch adds GIF support to the jupyter notebook. Actual html5 video would be better, but also requires some encoder like ffmpeg. Whereas I think we can generate animated gif without external dependencies. Of course you don't have to call New commits:
|
Commit: |
Changed author from Jeroen Demeyer to Jeroen Demeyer, Volker Braun |
Reviewer: Marcelo Forets |
comment:11
looks good to me. PS: in my (Mac osx) machine, |
Changed branch from u/vbraun/animate_in_jupyter_notebook to |
The animate command allows to animate a list of frames by creating a
sage.plot.animate.Animation
object.In a Jupyter notebook environment, the code below returns
Animation with 20 frames
, while it should have a similar behaviour as with the sage notebook (displaying a gif).Reported in Animation doesn't work by cybervigilante.
Probably intersecting #16573, #16650 and #17783.
CC: @kcrisman
Component: notebook
Keywords: animate jupyter plot
Author: Jeroen Demeyer, Volker Braun
Branch/Commit:
cbf2b37
Reviewer: Marcelo Forets
Issue created by migration from https://trac.sagemath.org/ticket/22777
The text was updated successfully, but these errors were encountered: