-
Notifications
You must be signed in to change notification settings - Fork 6
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-sos and transient-display-data does not yet support the current version of JupyterLab #65
Comments
What is your version of JupyterLab? I think the problem is that jupyterlab-sos currently depends on version 3.4.0 version of the API |
jupyterlab 4.0.0 was released a month ago so this is why we have not been able to catch up. Before we formally support this version, you can try to use a JupyterLab 3.x.x since extensions are unlikely supporting this latest version now. |
Hello, Thank you for your response, and sorry for asking simple questions. Ok my jupyterlab version is this ;
Yes I knew that it was a timeline problem and I understand. I come back tomorrow with the result thank you again. |
Let me see if JupyterLab 4 has incompatible API change for jupyterlab-sos. |
Unfortunately there are incompatible API changes so this is not a done-after-changing-version-number issue. That means the bug will likely take much longer to fix given my tight schedule nowadays. |
Ok I see ! No problem. |
I will keep the ticket open as a reminder for updating jupyterlab-sos. |
was stuck for hours at setting up the environment: jupyterlab/jupyterlab#15107 |
transient-display-data 0.4.4 and jupyterlab-sos 0.10.0 are released to support JupyterLab 4.x. However, this release uses Python syntax highlighting for all cells and lacks support for sos-specific syntax highlighting. The reason for this missing feature is that JLab4.x only supports CodeMirror 6, which was completely rewritten from CodeMirror5 and has a brand new way of writing language modules. I will rewrite the language module for CM6 but it can take weeks. I therefore decided to release jupyterlab-sos 0.10.0 without this feature. Please feel to test, or wait for jupyterlab-sos 0.10.1 with proper syntax highlighting. |
Hello,
I hope I open this issue in the good way.
I try to work with SoS notebooks on Jupyterlab.
The problem is that it seems that jupyterlab and transient-display-data extensions does not support the actual version of Jupyterlab, and I think this explains why I can't have the dropdown menus on code cells (I have them with the classic Jupyter Notebook).
I can add the message that comes when I try to install the extensions the old way with de jupyter commands. I use mambaforge and mamba.
For transient-display-data extension :
For jupyterlab-sos extension :
I'm new to Python (well pretty new we can say) and I'm trying to make this work for days now, maybe I'll try returning on a basic Python / pip installation but I don't think it will change anything, maybe it will be worse in fact ...
Thank you in advance !
The text was updated successfully, but these errors were encountered: