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

Panel and Holoviews extensions #356

Closed
kcpevey opened this issue Apr 1, 2019 · 1 comment
Closed

Panel and Holoviews extensions #356

kcpevey opened this issue Apr 1, 2019 · 1 comment

Comments

@kcpevey
Copy link
Contributor

kcpevey commented Apr 1, 2019

I had previously been using hv.extension('bokeh') to render my plots with bokeh. That also succeeded in giving me the panel visualization.

Now, with the latest master: panel='0.5.0a5.post28+g5a1e229' I have to load both the hv.extension AND the pn.extension in order to view panel AND my plots properly:

import holoviews as hv
hv.extension('bokeh')
import panel as pn
pn.extension()

Is there a way to load them both at the same time?

@philippjfr
Copy link
Member

Thanks for filing this issue, I meant to look at this today. I had explicitly disabled rendering if the extension isn't loaded but this should apply to both the hv and panel extension.

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