...
|
...
|
@@ -31,7 +31,7 @@ def notebook_extension(*, _inline_js=True):
|
31
|
31
|
_holoviews_enabled = True
|
32
|
32
|
except ModuleNotFoundError:
|
33
|
33
|
warnings.warn(
|
34
|
|
- "holoviews is not installed; plotting " "is disabled.", RuntimeWarning
|
|
34
|
+ "holoviews is not installed; plotting is disabled.", RuntimeWarning
|
35
|
35
|
)
|
36
|
36
|
|
37
|
37
|
# Load ipywidgets
|
...
|
...
|
@@ -42,7 +42,7 @@ def notebook_extension(*, _inline_js=True):
|
42
|
42
|
_ipywidgets_enabled = True
|
43
|
43
|
except ModuleNotFoundError:
|
44
|
44
|
warnings.warn(
|
45
|
|
- "ipywidgets is not installed; live_info " "is disabled.", RuntimeWarning
|
|
45
|
+ "ipywidgets is not installed; live_info is disabled.", RuntimeWarning
|
46
|
46
|
)
|
47
|
47
|
|
48
|
48
|
# Enable asyncio integration
|