Maxime Liquet
Maxime Liquet
This is a meta-issue on the handling of datetime widgets across Lumen, Panel and Param. I'm posting it here as the goal of this analysis was to see what were...
When deploying multiple apps like the examples with `lumen serve */*.yml` it looks like the `CATALOG_DIR` environment variable is set to the last deployed app, and as such will break...
The endpoint is obtained from the config filename. https://github.com/holoviz/lumen/blob/da632cfeee8346991fef772faf54319312cc3642/lumen/dashboard.py#L332 It would be nice to be able to declare the endpoint in the config itself, if set this would take precedence...
The following filter's spec, defined in the source spec, doesn't raise any error even if the default isn't part of the options (obtained from the schema). ```yaml filters: species: type:...
I've had to run the grabcut example before adding it to pyviz/examples. Since it was quite tricky to find an environment including `earthsim` and that worked to execute the notebook,...
Errors raised in callbacks dispatched with `--num-threads` enabled are not logged in the console. ```python # app.py import panel as pn def cb(e): raise ValueError('Not logged') b = pn.widgets.Button(name='Action') b.on_click(cb)...
Follow-up on #2807 The 'autocomplete' filter doesn't actually filter the column.  If I switch to a dropdown filter (there should be an example of that :)), I can filter...
In this hvPlot [issue](https://github.com/holoviz/hvplot/issues/889) Marc asked for adding a UI to the *hvPlotExplorer* to sort data. I thought that this made sense, after all the explorer is meant to be...
I had the idea of writing such a guide at the time when @ianthomas23 joined, began to write it a few days before @Hoxbro started (thinking it would be very...
Some of the HoloViz libraries like HoloViews or hvPlot can generate plots for different plotting backends (currently Bokeh, Matplotlib and Plotly). HoloViews' [Reference Gallery](https://holoviews.org/reference/index.html) has a toggle in the gallery...