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

Notebook archive should support interactive holomaps #449

Closed
jlstevens opened this issue Feb 5, 2016 · 2 comments · Fixed by #3836
Closed

Notebook archive should support interactive holomaps #449

jlstevens opened this issue Feb 5, 2016 · 2 comments · Fixed by #3836
Assignees
Labels
type: feature A major new feature
Milestone

Comments

@jlstevens
Copy link
Contributor

Right now, HoloMaps are exported as a single frame. There are several issues with exporting holomaps in archives:

  • HoloMaps can take a lot more disk space than static images.
  • They are harder to test if we want to use archive testing in the future.
  • Saving out separate HTML+JS for our javascript widgets is hard to include in index.html due to the same origin policy.

Nonetheless, we now have static HTML export and it would be nice to be able to use it. Ideally we could have standalone HTML files that display nicely by themselves but that can also be linked into an overall notebook document. Unfortunately, this looks like it might be quite tricky to get right.

Lastly, this might link to the proposal of storing the main holomap data in JSON files....

@jlstevens jlstevens added the type: feature A major new feature label Feb 5, 2016
@jlstevens jlstevens changed the title Notebook archive should support holomaps Notebook archive should support interactive holomaps Feb 5, 2016
@philippjfr
Copy link
Member

I don't really understand the proposal here, we can and do support HoloMap exports now, but maybe not in archives? Please close if you think this has been addressed.

@jlstevens
Copy link
Contributor Author

I know we can export standalone html files for holomaps now but I would need to check how this applies in the context of archives.

@jlstevens jlstevens self-assigned this Mar 2, 2018
@jlstevens jlstevens added this to the v1.10 milestone Mar 2, 2018
@philippjfr philippjfr modified the milestones: v1.10, v1.11 Mar 23, 2018
@philippjfr philippjfr modified the milestones: v1.11.0, v1.11.x Dec 27, 2018
@philippjfr philippjfr modified the milestones: v1.11.x, v1.12.0, v1.12.x Mar 22, 2019
@philippjfr philippjfr modified the milestones: v1.12.x, v1.13.0 Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A major new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants