Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve JupyterLab extensions conflicts #74

Closed
jnywong opened this issue Feb 19, 2024 · 0 comments · Fixed by #87
Closed

Resolve JupyterLab extensions conflicts #74

jnywong opened this issue Feb 19, 2024 · 0 comments · Fixed by #87

Comments

@jnywong
Copy link
Member

jnywong commented Feb 19, 2024

Context

There are various conflicting dependencies that need resolving.

(notebook) jovyan@jupyter-jnywong:~$ jupyter labextension list
JupyterLab v3.0.0
/srv/conda/envs/notebook/share/jupyter/labextensions
        jupyter-offlinenotebook v0.2.2 enabled OK
        jupyterlab_pygments v0.2.2 enabled  X (python, jupyterlab_pygments)
        jupyterlab-myst v1.2.0 enabled  X (python, jupyterlab_myst)
        jupyterlab_iframe v0.4.4 enabled  X
        nbdime-jupyterlab v2.2.0 enabled OK
        @jupyter-server/resource-usage v0.7.1 enabled  X (python, jupyter-resource-usage)
        @jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
        @jupyterhub/jupyter-server-proxy v4.1.0 enabled OK
        @jupyterlab/git v0.44.0 enabled OK (python, jupyterlab-git)


"jupyterlab_pygments@0.2.2" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.0 <3.1.0          >=3.1.0 <4.0.0 @jupyterlab/application



"jupyterlab-myst@1.2.0" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.0 <3.1.0          >=3.4.7 <4.0.0 @jupyterlab/application
>=3.0.0 <3.1.0          >=3.4.7 <4.0.0 @jupyterlab/codeeditor
>=3.0.0 <3.1.0          >=3.4.7 <4.0.0 @jupyterlab/notebook
>=3.0.0 <3.1.0          >=3.4.7 <4.0.0 @jupyterlab/rendermime
>=3.0.0 <3.1.0          >=3.4.7 <4.0.0 @jupyterlab/translation



"jupyterlab_iframe@0.4.4" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.0 <3.1.0          >=3.3.2 <4.0.0 @jupyterlab/application
>=3.0.0 <3.1.0          >=3.3.2 <4.0.0 @jupyterlab/apputils
>=5.0.0 <5.1.0          >=5.3.2 <6.0.0 @jupyterlab/coreutils



"@jupyter-server/resource-usage@0.7.1" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.0 <3.1.0          >=3.5.1 <4.0.0 @jupyterlab/application
>=3.0.0 <3.1.0          >=3.5.1 <4.0.0 @jupyterlab/apputils
>=5.0.0 <5.1.0          >=5.5.1 <6.0.0 @jupyterlab/coreutils
>=3.0.0 <3.1.0          >=3.5.1 <4.0.0 @jupyterlab/notebook
>=6.0.0 <6.1.0          >=6.5.1 <7.0.0 @jupyterlab/services
>=3.0.0 <3.1.0          >=3.5.1 <4.0.0 @jupyterlab/statusbar
>=3.0.0 <3.1.0          >=3.5.1 <4.0.0 @jupyterlab/translation


Other labextensions (built into JupyterLab)
   app dir: /srv/conda/envs/notebook/share/jupyter/lab

Proposal

No response

Updates and actions

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant