Skip to content
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

Gif support for Bokeh HoloMaps #2956

Closed
jbednar opened this issue Aug 23, 2018 · 2 comments
Closed

Gif support for Bokeh HoloMaps #2956

jbednar opened this issue Aug 23, 2018 · 2 comments
Milestone

Comments

@jbednar
Copy link
Member

jbednar commented Aug 23, 2018

If I do %%output filename="tmp" holomap='gif', it works with the Matplotlib backend, but with a Bokeh backend I get Format 'gif' does not appear to be supported`. It seems like Bokeh should now be supportable, now that Bokeh provides PNG output?

Note that #2460 proposes to remove the ImageMagick gif creation that would be one way to implement this, but presumably the pillow-based support used with Matplotlib would also work here?

@philippjfr
Copy link
Member

Yes, but without a persistent selenium session running that will be unusably slow which is why it was not implemented immediately. So it's definitely possible but probably not useful until we have a way of reusing a selenium session.

@jbednar
Copy link
Member Author

jbednar commented Aug 23, 2018

Unusably slow compared to what? At the moment the alternative, which I am watching someone do right now, is to export every figure to disk one frame at a time, then manually paste them together into a gif. Surely it can't be slower than that? So I don't see why not to simply do it and then worry later about reusing a session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants