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

Enable holoviews based plots in figures and embeds #545

Open
stevejpurves opened this issue Feb 28, 2025 · 0 comments
Open

Enable holoviews based plots in figures and embeds #545

stevejpurves opened this issue Feb 28, 2025 · 0 comments

Comments

@stevejpurves
Copy link
Contributor

PR #544 fixed holoviews outputs within notebook based pages by ensuring the holoviews cell outputs were properly reconstructed from minified mime-bundles.

Holoviews works on notebook based pages because an early cell adds the required scripts to the page in order for the cell outputs to load properly.

When an output is embedded as a figure on another page, those scripts are not loaded. We need a mechanism by which the cells with vnd.holoviews.load.json mime-bundles can be loaded on demand ahead of the vnd.holoviews.exec.json mimebundle being rendered.

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

1 participant