Version incompatibility issue
See original GitHub issueHello! I’m trying to use holoviews with Jupyterlab, but I have run into a versioning issue. Would you be kind enough to see where I might have gone wrong?
This is the command I tried running:
$ jupyter labextension install @pyviz/jupyterlab_holoviews
> /home/maer3/anaconda/envs/mpnn/bin/npm pack @pyviz/jupyterlab_holoviews
pyviz-jupyterlab_holoviews-0.5.2.tgz
Errored, use --debug for full output:
ValueError: This extension does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.17.2 <0.18.0        >=0.16.0 <0.17.0 @jupyterlab/application
>=0.17.2 <0.18.0        >=0.16.0 <0.17.0 @jupyterlab/notebook
>=3.0.3 <4.0.0          >=2.0.0 <3.0.0   @jupyterlab/services
Checking my conda packages:
$ conda list | grep jupyter
jupyter                   1.0.0                     <pip>
jupyter-client            5.2.3                     <pip>
jupyter-console           5.2.0                     <pip>
jupyter-contrib-core      0.3.3                     <pip>
jupyter-contrib-nbextensions 0.5.0                     <pip>
jupyter-core              4.4.0                     <pip>
jupyter-highlight-selected-word 0.2.0                     <pip>
jupyter-latex-envs        1.4.4                     <pip>
jupyter-nbextensions-configurator 0.4.0                     <pip>
jupyterlab                0.33.4                    <pip>
jupyterlab-launcher       0.11.2                    <pip>
I’m not quite sure how I can downgrade my version of jupyterlab extensions such that it works together with holoviews. Is there a command that I can run?
Also, just wondering, is there a timeline for compatibility with the latest version of jupyterlab?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
MS Word Version Incompatibility Issue - Microsoft Community
A very puzzling and complicated MS Word incompatibility issue is creating havoc in my job and I am desperate to find a viable...
Read more >Version incompatibility issue! 'com.android ... - Stack Overflow
Remove the support library dependency and add the material components library: implementation 'com.google.android.material:material:1.4.0'.
Read more >FactoryTalk View ME Station version incompatibility issue
I am getting an error message that says " cannot open the project due to version incompatibility". I believe *.MER file was downloaded...
Read more >Version Incompatibility ApplinX9.9 - webMethods
Version incompatibility means that one of the components isn't on the same PL as the rest of them. Most often this is because...
Read more >Common software compatibility issues and how to fix them
Software must maintain compatibility with everything it relies on to work: various versions of ERP systems, databases, class libraries, ...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
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
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

The
jupyterlab_holoviewsextension is no longer supported and is now calledjupyterlab_pyviz, which is compatible with the latest JupyterLab. So please try deinstalling thejupyterlab_holoviewsextension and then install the latestjupyterlab_pyvizwith:jupyter labextension install @pyviz/jupyterlab_pyvizThanks, I missed that one completely I’ll rebuild that part of the website shortly.