Maxime Liquet
Maxime Liquet
The Tabulator widget relies on the 4.9.3 version of the Tabulator JS library while its latest version is the 5.2.7. An upgrade to Tabulator 5.x (5.0.7 at the time) was...
When an `on_click` event is registered on the Tabulator widget apparently the cells can no longer be edited. ```python import pandas as pd import panel as pn pn.extension('tabulator') df =...
The Logs tab currently rely on the Terminal widget to show the logs emitted by Panel directly. It also offers widgets to filter the logs by sessions and components. However...
On a rather complex app we've seen an issue with the `pyinstrument` profiler leading to the profiler profiling itself, making it slow and with a rather uninformative output. - [...
The Admin Panel could offer the possibility to close a session with a session select widget and a close button. That would be useful for debugging purposes. This UI could...
The small app below emits a notification after waiting for a little while part of an async callback that is triggered on a button click. To reproduce the traceback I've...
Some documentation pages, that are built out of notebooks, require an active Python kernel to be fully interactive. For instance, anything that creates datashaded Bokeh plots would need Python running...
Across the HoloViz documentation, be it in Panel, HoloViews or even hvPlot, there are often mentions of parameters which we understand as being Param Parameters (e.g. `widget.param.value`). *parameter* is such...
The `Installation` page mostly contains instructions to install everything that is required to run the tutorial. I would suggest to move entirely the tutorial instructions to the `Setup` page of...
In https://github.com/holoviz/hvplot/pull/759 it was noted that: > Note that datashader can happily render hundreds of thousands of columns, but it will run out of colors for them after 22 columns...