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.

ipywidgets not working in dev mode

See original GitHub issue

Hi,

I am getting this error on console when I run JLab in dev mode, while using ipywidgets:

import ipywidgets as ipyw
ipyw.Text("hello")
Uncaught (in promise) Error: Object 'jupyter.widget' not found in registry
    at default.js:1469
    at Promise (<anonymous>)
    at Object.loadObject (default.js:1448)
    at DefaultKernel._handleCommOpen (default.js:897)
    at DefaultKernel._onWSMessage (default.js:729)
    at WebSocket._ws.onmessage (default.js:653)

However it works perfectly fine when I start jlab normally. Any help with this?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
blink1073commented, Oct 11, 2017

Running JupyterLab in --dev-mode does not use any of the extensions.

0reactions
drorspeicommented, Oct 11, 2017

Ohhhhh… Ok. Great, thanks! I’ll read it now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPython Notebook ipywidgets does not show - Stack Overflow
I created a table with an interactive slider that allows me to toggle between different periods on my table. It was working for...
Read more >
Developer Install — Jupyter Widgets 7.7.0 documentation
To build and test changes, run the following commands in the ipywidgets repository root directory, empty your browser's cache, and refresh the page....
Read more >
ipywidgets | Databricks on Google Cloud
ipywidgets are visual elements that allow users to specify parameter values in notebook cells. You can use ipywidgets to make your ...
Read more >
The 2 alternative approaches for Jupyter Notebook widgets
Both approaches have development mode available. You can use ipywidgets during the notebook development. If there is a change in the notebook ...
Read more >
Jupyter Widgets JupyterLab Extension - PyPI
Clone the repo to your local environment # Change directory to the jupyterlab_widgets directory # Install package in development mode pip install -e...
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