For questions, use https://discourse.holoviz.org/ instead! This chat is for informal discussions and debugging sessions with developers of the HoloViz.org tools (HoloViews, Datashader, Panel, hvPlot, GeoViews, Param, etc.), but user questions should go to the HoloViz Discourse site so that others won't have to ask them again.
conda update
dry runs and what it suggested wasn't so nice, in particular it wanted to install panel (which is already installed in develop mode). I don't know exactly why, maybe because I have holoviews in my environment.
panel serve
from command line. But not with python
and then .show()
or pn.serve()
in the python file. Is that correctly understood?