Skip to content
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 not loading in Chrome devtools console: #7322

Open
capey0 opened this issue Apr 12, 2024 · 9 comments
Open

Settings not loading in Chrome devtools console: #7322

capey0 opened this issue Apr 12, 2024 · 9 comments
Labels

Comments

@capey0
Copy link

capey0 commented Apr 12, 2024

          In the latest version of Chrome devtools console:

I get 100s of the following:
"Skipping this shortcut because there are no actionable keys on this platform" issued from 5649.bundle.js

Then I get the same messages as OP (except they are from 3768.bundle.js)

I am using:
Windows 11
Python 3.12.x
Used "pip3 install ..." to get Jupyter
Jupyter Dark theme
NO Anaconda

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!
:(

Originally posted by @capey0 in #7062 (comment)

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label Apr 12, 2024
@RRosio
Copy link
Collaborator

RRosio commented Apr 16, 2024

I see you have already commented in #7062. Please keep the conversation going in that issue. I will go ahead and close this as a duplicate.

@brichet
Copy link
Contributor

brichet commented Apr 25, 2024

@RRosio AFAIU the two issues are not related, I would keep this one opened.

@brichet
Copy link
Contributor

brichet commented Apr 25, 2024

@capey0 I can't reproduce your issue.
Can you copy the output of jupyter --version please ?

It looks like your settings for the fileeditor are not properly loaded. Can you try with a fresh installation of Notebook ?

@capey0
Copy link
Author

capey0 commented Apr 25, 2024

@brichet Here you go:
Selected Jupyter core packages...
IPython : 8.23.0
ipykernel : 6.29.4
ipywidgets : 8.1.2
jupyter_client : 8.6.1
jupyter_core : 5.7.2
jupyter_server : 2.13.0
jupyterlab : 4.1.5
nbclient : 0.10.0
nbconvert : 7.16.3
nbformat : 5.10.4
notebook : 7.1.2
qtconsole : 5.5.1
traitlets : 5.14.2

I already tried reinstall ... no change

@jtpio jtpio reopened this Apr 26, 2024
@JasonWeill JasonWeill added bug and removed status:Duplicate status:Needs Triage Applied to issues that need triage labels Apr 30, 2024
@brichet
Copy link
Contributor

brichet commented May 6, 2024

Thanks @capey0.
The issue about font size has been reported in jupyterlab/jupyterlab#16182).

I still can't reproduce the issue about color schemes and indentation.
Can you try to restore the default settings for CodeMirror (in the settings panel) ?

@capey0
Copy link
Author

capey0 commented May 7, 2024

@brichet Sure, but I don't know what the defaults are and there is no "Restore to Defaults" button for that section.

@capey0
Copy link
Author

capey0 commented May 7, 2024

And still getting this:
image

@capey0
Copy link
Author

capey0 commented May 13, 2024

I just reinstalled Notebook again and this time it pulled down 7.1.3 but the result is till the same.

@capey0
Copy link
Author

capey0 commented May 13, 2024

I have determined this is a timing issue (at least for SOME of the issues).

I put a breakpoint in ...bundle.js here:
image

I then hit the "play" button and VOILA! => this allowed at least the colors and indenting to show up.

I am still getting hundreds of console messages though, so something else is still not right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants