You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animated webp is supported by Jupyter as an output of a code cell. When I open and run a MyST markdown file containing such a code cell in Jupyter, it shows the animation. But when I generate a MyST website using --execute option, it replaces the output with a still webp image. The same thing works with gif animation. You can see both of them on the following page:
Description
Animated
webp
is supported by Jupyter as an output of a code cell. When I open and run a MyST markdown file containing such a code cell in Jupyter, it shows the animation. But when I generate a MyST website using--execute
option, it replaces the output with a stillwebp
image. The same thing works withgif
animation. You can see both of them on the following page:https://armin.sobhani.me/g3p/animating-plots#webp-animations
On the above page, if you activate in-browser execution and run it, the animated
webp
starts to play.myst version:
v1.3.20
Proposed solution
Disable processing of webp images and let them pass through.
Additional notes
The text was updated successfully, but these errors were encountered: