Arpit Singh
Arpit Singh
## Description Added support to pass a callback to listen to double click event of column resizer knob. This can be very useful to enable excel like autofit columns in...
Hi, I would like to add some features in fixed-data-table-2. Currently I am planning to add the following two features 1. Enhance Touch Scroll: I would like to make it...
When upgrading from 7.x to 8.x (8.1.0), the render in [panel](https://panel.holoviz.org/) which loads the panel output in an iframe within jupyterlab has stopped working. The greater concern is that once...
I am using panel 1.3.8 and not able to use any react based ipywidgets (via ipywidgets-bokeh ) which makes use of **window.require** and **window.define** method along with codeeditor extension. The...
I am using panel 1.3.8 and found that when I use num-procs > 1, some parts of my code gets executed twice. Check below code ``` import os import panel...
Hi, I am writing a lab extension which depends on an external javascript asset which will be loaded from a cdn source. In the current setup, I see that we...
Currently, %%pyinstrument only supports following options through IPython magic: --interval INTERVAL --async_mode ASYNC_MODE --height HEIGHT --timeline TIMELINE Can we add support for options like outfile, hide-regex etc ideally all options...
I am using panel 1.4.3 and bokeh 3.4.1 and found that in MultiChoice widget the resizing of the box is inconsistent, check attached gif  If I have Pear as...
Hi, I am trying to update my widgets with the url search query params but seems like using the pn.state.location.sync does not work when I press the go back or...
When using py-spy dump --locals, a variable that contains a boxed numpy primitive like a numpy.int64 or a numpy.float32 shows its memory address rather than its underlying value. Given numpy's...