You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
Trying to displaying anything with Panel in a Jupyter Notebook in VS Code sometimes errors. The same cell executed in JupyterLab works fine.
I haven't been able to figure out under what conditions this occurs. As far as I've been able to tell, it will happen sometimes without changing anything in my env and then at some point start working again.
Complete, minimal, self-contained example code that reproduces the issue
This is because you have an old version of jupyter_bokeh installed, the latest version of it is 3.0.7, but that does not support Jupyterlab 4 yet, which is why you get the old version.
ALL software version info
VSCODE: Version: 1.86.0
Python : 3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:35:25) [Clang 16.0.6 ]
Operating system : macOS-13.5.2-arm64-arm-64bit
Panel comms : vscode
holoviews : 1.18.2
bokeh : 3.3.4
IPython : 8.21.0
jupyter_bokeh : 2.0.4
jupyterlab : 4.1.0
notebook : 7.0.7
panel : 1.3.8
param : 2.0.2
pyviz_comms : 3.0.0
Description of expected behavior and the observed behavior
Trying to displaying anything with Panel in a Jupyter Notebook in VS Code sometimes errors. The same cell executed in JupyterLab works fine.
I haven't been able to figure out under what conditions this occurs. As far as I've been able to tell, it will happen sometimes without changing anything in my env and then at some point start working again.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: