Maxime Liquet

Results 316 issues of 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...

type: enhancement
component: tabulator

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 =...

type: bug
component: tabulator

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

type: enhancement
component: admin

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. - [...

type: bug
component: admin

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

type: enhancement
component: admin

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

type: bug

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

discussion
docs-meta-ui
docs

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

discussion
docs-meta-content
docs

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

type: enhancement
tag: hvplot