ipywidgets not working in dev mode
See original GitHub issueHi,
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:
- Created 6 years ago
- Comments:15 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Running JupyterLab in
--dev-modedoes not use any of the extensions.Ohhhhh… Ok. Great, thanks! I’ll read it now.