X is not version compatible with installed JupyterLab version 0.12.1
See original GitHub issuehi,
When install the labextension from the newest commit 76da87bc0b2f882dca8027a8fc9a48c34935a350
ipywidgets/jupyterlab_widgets (master) $ jupyter labextension install --sys-prefix --py jupyterlab_widgets
I got the error
X is not version compatible with installed JupyterLab version 0.12.1
Expects JupyterLab version ^0.12.1 from packaged module @jupyterlab/nbwidgets@0.6.4/lib/plugin.js
Expects JupyterLab version ^0.12.1 from packaged module @jupyterlab/nbwidgets@0.6.4/lib/output.js
any idea why? thanks.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
Fix extension compatibility checks for prereleases and extensions supporting multiple major versions of JupyterLab (#7723, #7241, #7919).
Read more >JupyterLab - PyPI
When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installation to enable the JupyterLab server...
Read more >jupyterlab-jupytext - npm
In case you're not using JupyterLab 3.x, you will have to install an older version of the extension that is compatible with your...
Read more >ipython reads wrong python version - Stack Overflow
Okay quick fix: which python. gives you /usr/bin/python , right? Do which ipython. and I bet that'll be /usr/local/bin/ipython .
Read more >TensorFlow Model Analysis | TFX
This includes separately installing any pip package dependencies and JupyterLab labextension plugin dependencies, and the version numbers must be compatible.
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

You need to rebuild the javascript - master should be compatible with 0.15.0 now. (I know, things are evolving quickly, and versions keep changing…)
If you want to ping me on gitter, I can try to work through this in real-time with you to help resolve this.
@jasongrout I’ve tried with you new note in
dev-install.shand it does help. thanks.