-
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
Settings failed to load error in the dev tools console #7062
Comments
cc @brichet who might know more about this and whether this is related to a change upstream in JupyterLab |
The messages seem to originate from the following: notebook/packages/tree-extension/src/index.ts Lines 211 to 227 in 2b4b422
|
I can't find any related changes in Jupyterlab. The |
This logic was added so the plugins not activated on the tree page would still show up in the settings editor (which is only available on the tree page): #6750 |
I don't think it can work for plugins with a transformation function, since these functions are registered on plugin activation. It seems that the message was already present with previous releases of Notebook: |
Thanks @brichet for the details 👍
Yeah I saw a couple of PRs on JupyterLab that could have been related, but they are not backported to |
Maybe we should open the settings editor in one of the side panels instead of the file browser page (like the extension manager). That way it would pick up the plugins loaded on the current page, and would not require having to load them explicitly. |
This should work for loading settings, but the panel is quite large with the current display. It can be difficult to navigate if it's in a side panel. |
In the latest version of Chrome devtools console: I get 100s of the following: Then I get the same messages as OP (except they are from 3768.bundle.js) I am using: The result is the "increase/decrease font sizes" in the menus do not work. The color schemes for highlighting different data types and keywords also does not work. Forgot to mention "auto-formatting" (eg. inserting a tab when needed), also does not work! |
Ok, frankly this sucks! The colorization has disappeared and so has the indenting. Still getting all the above messages. :(! |
Currently seeing this error on the dev tools console on the latest
main
:And
The text was updated successfully, but these errors were encountered: