Panel library interactive widget doesn't work with jupyterlab and eg #1289
Replies: 2 comments 1 reply
-
Hi @vlad-pesternikov-unskript - thanks for opening this discussion. Frankly speaking, I know nothing about how Jupyter widgets work but still have some questions that might trigger some thoughts.
I don't know if "widgets" make an assumption that the kernel is local to the browser-facing server or if they require a communication channel other than the websocket that is communicating with the kernel over ZMQ. |
Beta Was this translation helpful? Give feedback.
-
Thanks @kevin-bates for your prompt reply. On further debugging, we found the issue to be a missing pip package on the jupyter server side, which is pyviz-comms. Once we install this, it started working with EG as well. |
Beta Was this translation helpful? Give feedback.
-
The chart created by the tutorial is interactive in a vanilla Jupyter instance, but it is NOT interactive in Jupyter with enterprise gateway. This is code of notebook cell:
Used this manual: Panel manual
Could you give any pointer how to troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions