Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

The issue seems to originate from HoloViews. I've reported the HoloViews bug here https://github.com/holoviz/holoviews/issues/5658

Just got hit by this again ![image](https://github.com/holoviz/hvplot/assets/42288570/9db441e0-216a-4fb4-868e-1ff78305fbbd)

+1. Experiencing same issue when trying to make simple `barh` plot for Panel tutorials.

When running `panel serve tests/tests/test_jsme_editor.py --autoreload` and opening the app I currently see 2 issues ![image](https://github.com/awesome-panel/panel-chemistry/assets/42288570/ad735130-7812-49d4-b131-6d4cbf5efa74) I need to fix these issues

Hi @metaperl Those are great questions. I would love to build 5-10 Panel apps and compare them to Streamlit. If we could find some stereotypes of apps, that would be...

Regarding notebooks vs .py files. The docs is written in notebooks because that is the tradition in a lot of the PyData ecosystem. But I don't write my apps in...

@metaperl could you point my to the examples you would like to see implemented? On Reddit and elsewhere.

I would love to have the "open from url" feature supported. I would be using it together with the rest of the HoloViz community at https://panelite.holoviz.org/lab/index.html to share notebooks in...

+1. Because that would solve my issue in https://github.com/nglviewer/ngl/issues/1003.

Please also consider supporting param.bind/param.depends to a Parameterized class will bind to its .value parameter if it exists. And maybe even to its .object or .objects parameter if it exists....