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

Ability to export map to static HTML #67

Closed
pbugnion opened this issue Jul 3, 2016 · 1 comment
Closed

Ability to export map to static HTML #67

pbugnion opened this issue Jul 3, 2016 · 1 comment

Comments

@pbugnion
Copy link
Owner

pbugnion commented Jul 3, 2016

It would be useful to be able to export a map to a static HTML / JS file. I think we could do this by:

  1. Having the javascript source available on a CDN.
  2. Building up a JS version of the model programatically from the values of the traitlets in the Python model.
  3. Putting all of this in a Jinja2 template.

This is somewhat related to issue #62 (saving maps as images).

@pbugnion
Copy link
Owner Author

This is now possible (with some amount of manual work). See the documentation.

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

No branches or pull requests

1 participant