Skip to content

Commit b807844

Browse files
committed
fix the warning message when holoviews and (or) ipywidgets are not installed
1 parent f8fc9d2 commit b807844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/notebook_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def notebook_extension():
2323
holoviews.notebook_extension('bokeh')
2424
_plotting_enabled = True
2525
except ModuleNotFoundError:
26-
warnings.warn("holoviews and ipywidgets are not installed; plotting "
26+
warnings.warn("holoviews and (or) ipywidgets are not installed; plotting "
2727
"is disabled.", RuntimeWarning)
2828

2929
global _async_enabled

0 commit comments

Comments
 (0)