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

Hi!

First of all, thanks for what seems like a great plugin!

I am having some issues with getting the innotater to work.

I am running a fresh local installation of JupyterLab, with only the jupyter-innotater installed, and when trying to run the example I get the output:

Error displaying widget: model not found

On further inspection of the JS-console I see the following errors:

manager.js:319 Uncaught (in promise) Error: Module jupyter-innotater, semver range ~0.2.1 is not registered as a widget module
    at C.loadClass (manager.js:319)
    at C.<anonymous> (manager-base.js:264)
    at l (manager-base.js:45)
    at Object.next (manager-base.js:26)
    at manager-base.js:20
    at new Promise (<anonymous>)
    at Rtm6.S (manager-base.js:16)
    at C.e._make_model (manager-base.js:258)
    at C.<anonymous> (manager-base.js:247)
    at l (manager-base.js:45)
utils.js:119 Error: Could not create a model.
    at n (utils.js:119)
    at async C._handleCommOpen (manager.js:62)
    at async g._handleCommOpen (default.js:985)
    at async g._handleMessage (default.js:1138)

What am I doing wrong? Thanks in advance for any help.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
qTipTipcommented, Oct 15, 2020

Hey!

Everything is now resolved. Not quite sure what the issue was, but things seem to have sorted itself out…! Thanks for all the help 😃

0reactions
danlestercommented, Sep 25, 2020

Hmm… is there any convenient way for you to re-create the Jupyter environment from scratch and see if installing straight from 0.2.2 works?

Of course, the easiest thing would be to try it out in Jupyter Notebook at least to see if the Innotater is going to be useful to you!

If it turns out to be useful, we could get in a call if needed to resolve the Jupyter Lab issue.

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 >
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 >
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 >
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