... | ... |
@@ -23,7 +23,7 @@ def notebook_extension(): |
23 | 23 |
holoviews.notebook_extension('bokeh') |
24 | 24 |
_plotting_enabled = True |
25 | 25 |
except ModuleNotFoundError: |
26 |
- warnings.warn("holoviews and ipywidgets are not installed; plotting " |
|
26 |
+ warnings.warn("holoviews and (or) ipywidgets are not installed; plotting " |
|
27 | 27 |
"is disabled.", RuntimeWarning) |
28 | 28 |
|
29 | 29 |
global _async_enabled |