Simon Høxbro Hansen

Results 461 comments of Simon Høxbro Hansen

An example of how this can be done is: ``` python import geopandas as gpd import datashader as ds import numpy as np from scipy.interpolate import griddata gdf = gpd.read_parquet("point_gdf.parquet")...

I don't think this functionality should live in Param. I do think we should have some way to make the busy toggle not flicker on/off with a debounce, though I...

The PATH is coming directly from the runner: https://github.com/hoxbro/example-repo/actions/runs/10888459012/job/30212997311#step:2:44

I would not be opposed to have these just sorted by default. Though, this need to be updated in Panel, example of code: ``` diff diff --git a/panel/pane/holoviews.py b/panel/pane/holoviews.py index...

I'm not completely sure I follow, but you screencast does not behave the same way for me: https://github.com/user-attachments/assets/540e9376-1d07-4170-9845-2240a618e502

Mine was in a notebook. And on dev releases (though I don't think this should matter). Can you run `hv.show_versions()`?

I can't recreate in a simple environment, both with `panel serve` and in a notebook. Are you running your code locally? ``` yaml Python : 3.12.9 | packaged by conda-forge...

What browser are you using? Your code in the first post does not look correct, as it is missing some panel code to be able to serve it.

> However I would expect the plots in a pn.Row to behave the same way. I would, too, but at least I can recreate the problem. @philippjfr, should I move...