Philipp Rudiger
Philipp Rudiger
Could you check if this is still an issue with current dev releases? You can install it with `pip install --pre panel` or `conda install -c pyviz/label/dev panel`.
Don't follow entirely. You should be able to update any object and the example looks valid to me, so I would expect this to work.
This actually doesn't have anything to do with it being an `Accordion`, the problem is that the `.servable()` call instantiates the model that gets rendered and `.style.apply` does not generate...
Thanks for reporting! The problem is that the static directory endpoints are guarded by the authentication by default. We should have a mechanism to make specific endpoints public by default...
This should have been resolved by now. Can you confirm this is still an issue?
@ahuang11 as a maintainer please add labels when opening issues.
Thanks for the investigation, I think your instinct that there isn't a good way forward with `Image` is correct. It's not too difficult to build a custom Canvas based component...
Seems to be fixed.
This issue has been mentioned on **HoloViz Discourse**. There might be relevant details there: https://discourse.holoviz.org/t/how-can-i-export-the-notebook-into-html/8282/3
One question, would a pyodide based converted notebook do the job here? Basically we already have support for rendering notebook outputs using the `EditableTemplate` and it would be relatively straightforward...