-
Notifications
You must be signed in to change notification settings - Fork 2
Update jupyter #516
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
Update jupyter #516
Conversation
Pull Request Test Coverage Report for Build 11807179197Details
💛 - Coveralls |
@zain-sohail The jupyter lab version on Maxwell has been updated to 4.1.x in the py3.11 environment on maxwell. This upgrades the widget packages to be compatible to that. |
The widgets seem to work for me in the current v1 branch. Could you elaborate the updates? |
So indeed I loaded this env but for creating a poetry or pip env, did you use python 3.9 or 3.11? Because currently I load jupyterlab 4 with this python 3.11 option at start screen (but using the older python 3.9 for my sed env), everything works from v1: |
I used the python version that is active per default with the setting. The problem is not with plotting, this works in both cases, it is about the widgets, I. E. The progress bars or control inputs for the Gui panels |
I find this different behavior quite strange, but if it also works for you with the upgraded packages, I suggest to merge this.
See my examples above. For me, this branch works for jupyterlab > 4, while the v1 branch does not, and vice versa. As the only reason I limited jupyterlab was the installation on maxwell, and there is now a newer version there, I don't see a reason anymore to limit it. |
Update jupyterlab and corresponding widgets to work with jupyterlab >4 (has been updated on maxwell).