Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

Listening in. Being able to set cpu and memory resources and/ or the k8s nodepool to deploy to would be really helpful.

Only one way to find out :-)

## Additional Context Panel should work with ipywidgets via `ipywidgets_bokeh`. See https://panel.holoviz.org/reference/panes/IPyWidget.html#

We had a similar issue with ipyleaflet. We investigated `panel`, `ipywidgets_bokeh` and `ipyleaflet`. It turned out it was an error in `ipyleaflet` https://github.com/jupyter-widgets/ipyleaflet/pull/873. So it can be anywhere and I've...

Yes ```python # pip install ipycanvas panel ipywidgets_bokeh import panel as pn from ipycanvas import Canvas pn.extension('ipywidgets') canvas = Canvas(width=200, height=200) pn.panel(canvas, height=200, width=200).servable() ``` ```bash panel serve script.py --autoreload...

With Ipyleaflet the below had to be added. ![image](https://user-images.githubusercontent.com/42288570/146746909-14a5e115-e686-440e-a4f1-095e3c172bc7.png) Could that be the problem here as well?

![image](https://user-images.githubusercontent.com/42288570/146748012-8a93a508-1ad9-4ad4-a15d-d48681582ded.png)

This is an example. I don't believe this is the one failing. ![image](https://user-images.githubusercontent.com/42288570/146748788-2bf7dea7-0108-4bad-8518-326ec2df31e2.png) I will try to debug and share.

It seems its when `e` is `null` ![image](https://user-images.githubusercontent.com/42288570/146749291-17388524-a045-4bcf-9850-247eb7499963.png)

Probably its some custom messaging logic. But I am not familiar with `ipywidgets_bokeh` either. But the source js line is here I believe https://github.com/bokeh/ipywidgets_bokeh/blob/379308211dd81e67eeb792dab2c58d5e98598cc2/ipywidgets_bokeh/src/widget.ts#L73