Nicky Sandhu
Nicky Sandhu
I had the same problems, however when I looked into the logs (/var/log/system...) it seemed like python was failing on import jupyterhub. I had to sudo to jupyterhub-admin-user and then...
Still an issue. Any progress?
@jbednar Given mpl's implementation of barbs doesn't this issue belong to holoviews? I read the previous discussion that closed holoviz/holoviews#3901 based on cartopy's implementation.
@cdeil The issue in the above seems to be missing notifications=True. This works just fine ``` import panel as pn pn.extension(design="material", notifications=True) pn.state.notifications.info("Spam!", duration=3000) ```
Any progress on this. Large time series can really benefit from this visualization.
**Not an issue. See replies below.** This is why i recommend not using environment.yml. The alternate that always works is to do something like ``` conda create -n myenv -c...
@davidrpugh Confirmed. This worked on both windows and linux with channel priorities being respected. I think the issue is with binder-hub switching to mamba. I don't use mamba so cannot...
Just remove the string value '4' with the number 4 in the above example and it works just fine. Same issue happens if any value in the columns is NaN,...
That’s what I meant. A better error message than the default exception would be great. So should this be moved to holoviews ??