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.

jupyterlab related: better error message if missing jupyterlab-manager?

See original GitHub issue

Hi,

I am not sure if I should open this in here or in jupyterlab repo. Basically I got bellow error in console

Error: Object 'jupyter.widget' not found in registry

After googling for a while without hope, I realized that I need

jupyter labextension install @jupyter-widgets/jupyterlab-manager

Better error message would be super helpful.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:6
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jasongroutcommented, Jul 24, 2017

@hainm - it looks like this might take some changes in comm messages, or at least in the comm implementation (if this close reason uses metadata), so bumping to the Future milestone.

0reactions
minrkcommented, Aug 2, 2017

I suppose it should be something enum-like that’s stable and has an official meaning, so kernels/frontends can rely on it. I happen to like strings for this kind of thing a little better than integers. Perhaps reason for the strict, stable enum value (e.g. ‘notarget’) and message for a human-readable info that can vary?

Read more comments on GitHub >

github_iconTop Results From Across the Web

ipywidgets in jupyterlab: Missing widget controls and "Error ...
I am facing the same issue, I receive the message 'Error displaying widget'. Here is the output when run >jupyter labextension list. JupyterLab...
Read more >
How to fix errors occurring on installation of Jupyter Notebook
Go to your python.exe (for example, my way is C:\Users\user\AppData\Local\Programs\Python\Python37) - just for sure; python.exe python -m pip ...
Read more >
jupyterlab/jupyterlab - Gitter
When I try to run tsc , it shows a bunch of errors that do not belong to my script: https://pastebin.com/kdjefMWA. Any suggestion...
Read more >
What to do when things go wrong - The Jupyter Notebook
If you're using a menu shortcut or Anaconda launcher to start it, try opening a terminal or command prompt and running the command...
Read more >
Step 1: Installing Jupyter Notebook - cs.wisc.edu
You can also install via the Python package manager pip : ... One way to debug if you get error messages of the...
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