Maxime Liquet
Maxime Liquet
Yes, being able to avoid duplicating the dependencies would be great.
It's also due to `allow_None` being computed dynamically. It's set to `True` in the superclass but, in that case, wrongly overridden at the sub-class level ```python import param class A(param.Parameterized):...
xref https://github.com/holoviz/holoviews/issues/6589
An observation, when the server/client connection is down, hovering over the plot emits a lot of error messages to the web console ``` [bokeh 3.7.3] not connected so cannot send...
Yeah examples don't declare which notebooks are served as Panel apps so the site just provides a link to the index of the deployment, in this case it's a specific...
I just remembered we serve the Panel apps with `--rest-session-info --session-history -1` meaning that they expose `/rest/session_info` (e.g. https://portfolio-optimizer.holoviz-demo.anaconda.com/rest/session_info) with the total of sessions served and the history of sessions...
Hi @dwr-psandhu and thanks for this bug report. Pandas indeed allows to have an index named with an integer value, and probably some other types too. Yet we generally recommend...
Noting that the ability to download data while _preparing_ the project/environment is useful for instance when an example is deployed. Otherwise, if an example requires a large dataset to be...
cc @jbednar as I am aware this is a topic you're thinking about these days.
Paper a bit outdated (5 years old) by the authors of pooch, stating that the only alternatives to their knowledge were fsspec and intake: https://github.com/fatiando/pooch/blob/main/paper/paper.md.