question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error displaying widget: model not found

See original GitHub issue

Hello! I’m trying to run examples in JupyterLab 2.0.1:

pip install ipycytoscape
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-cytoscape@0.1.2

I’ve got the error in every example:

cytoscapeobj
Error displaying widget: model not found

What I’m doing wrong?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ianhicommented, Dec 31, 2020

Hey @abitofalchemy your error is because ipycytoscape has not yet been updated for jupyterlab 3. There’s an unfinished PR here https://github.com/QuantStack/ipycytoscape/pull/171. Likely this will get done sometime in the coming week - though if you want to champion that PR forward that would also be welcome of course 😃

0reactions
marimeirelescommented, Dec 31, 2020

@abitofalchemy yes, I think the PR is actually working, iirc. We just need to test it and merge it, in case you want to use it with ipycytoscape. Either that or you fix the jupyter lab version to be 2.2.8, and should work =)

Read more comments on GitHub >

github_iconTop Results From Across the Web

“Error displaying widget: model not found” with Jupyter lab #112
I followed your installation instructions on a fresh python and jupyter setup with pip but end up with “Error displaying widget: model not...
Read more >
Error displaying widget; model not found: 5 Fixes
In this article, we're talking about the “Error displaying widget: model not found” problem when using Jupyter Labs in Python.
Read more >
Jupyter-matplotlib: Error displaying widget: model not found
Solved! Turned out ipywidget 7.5 breaks jupyter lab and it isaffecting other libraries too. https://github.com/plotly/plotly.py/issues/1659.
Read more >
Error displaying widget: model not found -- how to fix this?
'Error displaying widget: model not found'. I tryed in jupyterlab2.x. It works. Does anyone knows how to fixed this problem.It will be very ......
Read more >
Issue with stackview inside JupyterLab - "Error displaying widget
I installed stackview from cmd and restarting everything did not help. The code itself is rather short: from skimage.io import imread import ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found