-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Milestone
Description
ALL software version info
- holoviews 1.13.2
- notebook 6.0.3
- Python 3.7
Description of expected behavior and the observed behavior
Not getting errors and warnings for holoviews use in a notebook.
Complete, minimal, self-contained example code that reproduces the issue
This code cell is all what one currently needs to trigger errors and warnings after a restart of the notebook:
import holoviews as hv
hv.notebook_extension('bokeh')
So, procedure to trigger the error and warning in the console is
- execute code cell
- restart notebook
- executing code cell again
Stack traceback and/or browser JavaScript console output
[I 13:48:32.046 NotebookApp] Replaying 7 buffered messages
[IPKernelApp] ERROR | No such comm target registered: hv-extension-comm
[IPKernelApp] WARNING | No such comm: hv-extension-comm
Metadata
Metadata
Assignees
Labels
No labels