-
This issue is writing up a discussion about how various types of load/processing times could be handled in panel to improve the user experience. It is common for a panel application to appear broken w…
-
### Steps to reproduce
I try to reproduce your tutorial : https://pathway.com/developers/user-guide/exploring-pathway/from-jupyter-to-deploy/#part-2-from-static-data-exploration-to-interactive-dashbo…
-
The sentence under the Release heading in the doc has some duplication @philippjfr .
Current:
"While technically a minor release, this minor release hugely expands the scope of what is possible…
-
Panel already bundles in the `tabulator` extension js/css dependencies, but somehow it is not used in `inline` mode in a jupyter notebook, which makes it not work without internet connectivity.
xre…
-
#### ALL software version info
panel: 1.1.0
pandas: 2.0.1
holoviews: 1.16.1
bokeh: 3.1.1
firefox: 113.0.2 (64-bit) (also in Chromium)
#### Description of expected behavior and the observed be…
-
Between versions 1.11.1 and 1.12.1 the order in which methods that are decorated with `param.depends` are triggered was changed.
```python
In [1]: import param
In [2]: class Test(param.Paramet…
-
## Motivation
This is an idea for extending the `link_selections` framework to support performing selections using widgets. For example
- A range slider could be used to create a selection similar…
-
``` python
import holoviews as hv
import numpy as np
import pandas as pd
from holoviews.operation import histogram
hv.extension("bokeh")
x = pd.date_range("2020-01-01", periods=100)
y = pd.…
-
Django demo "Requirements.txt" file says:
django==2.2.28
channels==2.2.0
panel==0.9.3
bokeh==2.0.2
jinja2==3.0.1
When I go to install Django, it comes up with:
The following NEW pack…
-
When `logx` or `logy` is set it doesn't log the points positions if `datashade=True`, it just changes the scale on the axis. Here's an example for `logx`:
```python
import pandas as pd
import num…