You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ion.application - ERROR - Error running application handler <bokeh.application.handlers.script.ScriptHandler object at 0x7fc141ff9b50>: No module named 'ipywidgets_bokeh'
File 'ipywidget.py', line 25, in _get_ipywidget:
from ipywidgets_bokeh.widget import IPyWidget
Traceback (most recent call last):
File "/.../miniconda3/envs/3dt-py/lib/python3.8/site-packages/bokeh/application/handlers/code_runner.py", line 231, in runexec(self._code, module.__dict__)
...
File "/.../miniconda3/envs/3dt-py/lib/python3.8/site-packages/panel/pane/ipywidget.py", line 25, in _get_ipywidgetfrom ipywidgets_bokeh.widget import IPyWidget
ModuleNotFoundError: No module named 'ipywidgets_bokeh'
The text was updated successfully, but these errors were encountered:
The EDR Explorer interface should be able to be served as a dashboard with the following script (
explore.py
) and command:However we encounter an error:
The text was updated successfully, but these errors were encountered: