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
I'm trying to run a simple example of Tree on JupyterLab.
from ipytree import Node, Tree
t = Tree()
t.add_node(Node("test"))
t
But all I get is Error displaying widget: model not found error. In addition, browser console reports the following errors:
Failed to fetch ipywidgets through the "jupyter.widget.control" comm channel, fallback to fetching individual model state. Reason: Control comm was closed too early
Uncaught (in promise) Error: Invalid response: 500 Internal Server Error
Could not instantiate widget
Error: Could not create a model.
Exception opening new comm
Error: Module ipytree, semver range ^0.2 is not registered as a widget module
Environment:
I'm running Jupyter Notebook on EMR 6.8.0. I installed ipytree==0.2.2 as recommended in AWS docs.
I'm trying to run a simple example of
Tree
on JupyterLab.But all I get is
Error displaying widget: model not found
error. In addition, browser console reports the following errors:Environment:
I'm running Jupyter Notebook on EMR 6.8.0. I installed
ipytree==0.2.2
as recommended in AWS docs.Some info about versions below.
Thanks in advance for any suggestions how to fix the issue.
The text was updated successfully, but these errors were encountered: