holoviews: Cannot export holomap

import 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'

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (12 by maintainers)

Most upvoted 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.

Okay, I can reproduce now. Definitely a major bug, not sure when that regressed because this was working for a long time. Suspect it might be because hv.save uses the CDN by default, switching to resources=‘inline’ might work.