-
Notifications
You must be signed in to change notification settings - Fork 5k
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 to JupyterLab 4.3.0rc0
#7423
Conversation
bot please update playwright snapshots |
Looks like the following error might be relevant: Also need to check the effects of jupyterlab/jupyterlab#16446 on Notebook. |
Just noticed an upstream change that might be relevant: jupyterlab/jupyterlab#16523 cc @krassowski who may know more about this. Wondering if this is because we had to fetch the docmanager settings manually at some point due to some race conditions: notebook/packages/application-extension/src/index.ts Lines 223 to 246 in 43b8cce
|
Nothing jumps at me here, but some ideas:
|
The error seems to be coming from here in JupyterLab: |
Also seeing this on #7447. I do not think this is 4.3.x specific issue |
The error is coming from here:
In fact all settings accessed in |
And that code is referenced in Notebook codebase here: notebook/packages/application-extension/src/index.ts Lines 223 to 232 in 43b8cce
Maybe there is no race condition but the settings for docmanager plugin are only loaded but not transformed yet. I guess that the issue in JupyterLab is masked by the fact that |
I see the same error on released Jupyter Notebook 7.2.0 using https://gist.github.com/jtpio/befb8ebf2b630b4748e2538f79877022 I now think this should not be a blocker for merging this one as there is no regression in JupyterLab 4.3 nor 4.2.x as this was just overlooked previously. |
Thanks @krassowski for looking into this 👍 I guess we could just ignore this for now then. Spinning back a dev install for this branch, it looks like there is still an issue with the background color though: |
Does |
Done in 40387bb. Although not seeing any change for now: |
Is there a way to reduce the size of the "File size" column? I guess it's related to jupyterlab/jupyterlab#16646 ? |
It looks like
|
bot please update playwright snapshots |
bot please update playwright snapshots |
Arf, it looks like the file browser columns sizes are still a bit unpredictable? Which seems to be introducing flakiness to the UI tests: filebrowser-flakiness.webm |
@krassowski @JasonWeill is there something we are missing here to get consistent and predictable widths for the different file browser columns? |
So JupyterLab sets some defaults here: But the file browser columns appear to have the |
OK giving up for now on the file browser thing. Will open a separate issue to track it. So we can finally get this one in a pre-release! |
Update to the latest pre-releases:
Part of #7441