holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
587 stars 75 forks source link

Export Geoviews (Bokeh Backend) to standalone HTML #74

Closed abanduch closed 5 years ago

abanduch commented 7 years ago

I am struggling to find the documentation or examples (if this is even possible) of exporting a Geoviews map/chart along with its Bokeh features to a standalone HTML document. Mainly, I am looking for a way to share the charts I make with people who don't necessarily need or know the code.

bentice commented 6 years ago

http://holoviews.org/user_guide/Deploying_Bokeh_Apps.html

gv.renderer('bokeh').save(file, 'output')

returns: output.html

philippjfr commented 5 years ago

In the next release you will also be able to use hv.save.