-
Notifications
You must be signed in to change notification settings - Fork 21
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
JupyterLab: Investigate disabled extensions #549
Comments
Not sure what is actually trying to install the Our |
Issue generally seems to be that these extensions don't work well will jupyterlab v4. Looking at these extensions that are getting disabled :
jupyterlab_pygmentsAlthough this repo doesn't talk about it's jupyterlab extension, it also seems to be a case where it doesn't yet support jupyterlab v4. There is an open pr to upgrade to v4. jupyterlab-plotlyAlthough their docs say that plotly should work with jupyter >=3, they are saying that v4 is not currently working. nbdime-jupyterlabThis one is another case of jupyterlab v4 not being supported yet. There seems to be some alpha/pre-release version that support it, but nothing official yet. @jupyterhub/jupyter-server-proxyThis one seems to be fixed in the latest version of our base image, so updating that to a more recent tag should fix our issue. @jupyterlab/gitlooking at the jupyterlab-git, it doesn't support jupyterlab 4 yet, but there is a pre-release version available that is said to support it. |
Looking into downgrading jupyterlab version like we used to. I think that version difference mainly comes from either the jupyterlab-lsp or the jupyterlab_execute_time packages that have dependencies to a specific jupyterlab version. And we are installing those packages after the jupyterlab version in the dockerfile. So one or both of those are overriding whatever version of jupyterlab we specified. Also, one reason that jupyterlab v4 is being installed is because it is required by those packages |
Followup from #545
See the
Jupyterlab Extensions
section in this PR #544After doing some digging with @Jose-Matsuda , it seems that some of those extensions aren't installed in our dockerfile, nor upstream. We'd have to do a little more digging as they could be dependencies which are outdated source-code wise.
The text was updated successfully, but these errors were encountered: