Closed kushalkolar closed 2 years ago
This was actually a Panel bug, but it looks like it has been resolved already with current dev releases so this will be fixed as soon as Panel 0.13.0 is released.
Thanks! I can confirm that installing the latest pre-release of panel fixes this issue!
pip install panel==0.13.0a45
It's possible to embed an interactive
bokeh
server app within a notebook, however just importingholoviews
breaks this ability. I am actually not usingholoviews
but it is imported by another package that I am using. Re-importingbokeh
stuff after theholoviews
import does not fix the issue.I'm not sure if I'm supposed to embed a bokeh server differently if
holoviews
is imported to get around this issue.ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
holoviews version
jupyterlab version:
Browser:
Description of expected behavior and the observed behavior
Expected: Embedding the bokeh server should work.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
This is the output when
holoviews
is imported:Screenshots or screencasts of the bug in action
https://user-images.githubusercontent.com/9403332/159580101-c789dba6-c2c8-47e4-a846-b7b724d45e34.mp4