question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The background of main interface became grey.

See original GitHub issue

Issue Type: Bug

I am using Jupyter Notebook in VS code. When I wheeled down the interface, it became grey. It happened before. Cannot see any pics clearly.

VS Code version: Code 1.69.1 (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a, 2022-07-12T08:21:24.514Z) OS version: Windows_NT x64 10.0.19044 Restricted Mode: No

System Info
Item Value
CPUs Intel® Core™ i7-8700 CPU @ 3.20GHz (12 x 3192)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 31.80GB (21.36GB free)
Process Argv –crash-reporter-id 1c7786f7-3567-42d0-bd46-6060e36fc1d0
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
copilot Git 1.31.6194
python ms- 2022.10.0
vscode-pylance ms- 2022.7.30
jupyter ms- 2022.6.1101950301
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.8
cpptools ms- 1.10.8

(2 theme extensions excluded)

A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vscscmwlcmt:30465135
cppdebug:30492333
vsclangdf:30486550

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
tengyuntiancommented, Aug 4, 2022

@tengyuntian thanks, that’s really helpful. Would it make sense to provide a code snippet that get your VS Code into this state and share with us?

My script is growing longer, and the data need to be processed is becoming larger and larger with my research going on. So the “grey background” problems happen more and more often. I have to close the Jupyter Notebook and open it again to eliminate it. But this action results in longer waiting time for re-running all functions and importing all data. I think the key problem is that the amount of data is too large. The data is in .txt format. I have over 30 txt files with a total number of lines over 1 million. And they will be plotted into hundreds of plots to show the experimental results.

0reactions
kevindanycommented, Sep 22, 2022

@kevindany, @tengyuntian I was able to resolve this by exporting my .ipynb to a .py file, then converting the .py file back into a .ipynb.

  1. Open the problem .ipynb
  2. CTRL+SHIFT+P
  3. Select Jupyter: Convert to Python Script
  4. Open the .py file
  5. Right click whitespace in the file and select Export Current File as Jupyter Notebook

Bonus points, you should be able to use git mv to carry over the versioning from the problematic file to the reconstituted one. (Rename the broken file to literally anything, then rename the reconstituted file to be same as the broken file’s original name using git mv)

It does not work 😦, it grays again

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workspace/interface turned white, it will not chan...
I went to preferences ->user interface ->brightness and changed the color. It changes the interface except for the workspace color, it remains white....
Read more >
Great Looking Grey in User Interface Design | by Nate Amarose
Grey background in the inbox holds white message previews. This would feel a lot different with a white background and grey message previews....
Read more >
How to Change the Interface Background Color in ...
I've gone with Light Grey. If you choose Select Custom Color… you can specify any color Photoshop supports. Here's a lovely pink interface, ......
Read more >
How To Change The Color Of The Photoshop Interface?
Straight out of the box, the background in Photoshop is dark, but you can change it to very dark, mid grey or very...
Read more >
Grey background-color on List item instead of white
I'm trying to use Material-ui to make a list but for some reason the list items background color turns grey. I don't understand...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found