Cannot export holomap
See original GitHub issueimport holoviews as hv
hv.extension('matplotlib')
hv.save(xr.tutorial.open_dataset('air_temperature').isel(time=slice(0, 3)).hvplot('lon', 'lat', dynamic=False), 'testmpl.html')
Seems like bokeh is failing too.
holoviews=='1.13.1'
panel=='0.9.3'
bokeh=='2.0.1'
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (12 by maintainers)
Top Results From Across the Web
Live Data — HoloViews v1.15.3
The HoloMap is a core HoloViews data structure that allows easy ... DynamicMaps require a live notebook server and cannot be fully exported...
Read more >how to save or convert holoviews object to image or video
You can convert a DynamicMap to a HoloMap (http://holoviews.org/user_guide/Live_Data.html#converting-from-dynamicmap-to-holomap) and export ...
Read more >Solved: Cannot Export Map Series. Help!!! - Esri Community
I'm exporting a 242 page Map Series to PDF. In 2.6.1, it says "export complete" almost immediately. I'm watching the destination folder ...
Read more >ioam/holoviews - Gitter
Btw I just profiled HoloViews to find out why long HoloMaps took so long to ... HoloMap with a free parameter then I...
Read more >Dynamic_Map - | notebook.community
The Containers Tutorial introduced the HoloMap, a core HoloViews data ... DynamicMaps require a live notebook server and cannot be fully exported to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh right, CDN is the default sadly. I’ll have to hurry up and release Panel 0.9.5, as NPM won’t let me upload a 0.9.4 package anymore.
The real fix will be to publish panel.js to NPM as is already planned.