microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.95k stars 28.24k forks source link

UI glitch in jupyther notebooks #198817

Closed SandroMartens closed 7 months ago

SandroMartens commented 8 months ago

Type: Bug

If I open a new notebook, there is i glitch in the UI.

VS Code version: Code - Insiders 1.85.0-insider (05cd2640ec8a106a4ee99cb38e6ee34fbec04f11, 2023-11-21T05:35:09.651Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 3700X 8-Core Processor (16 x 3593)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.92GB (5.76GB free)| |Process Argv|--crash-reporter-id b771bbd9-af14-4b22-8cbc-6ee733b1631b| |Screen Reader|no| |VM|0%|
Extensions (17) Extension|Author (truncated)|Version ---|---|--- codium|Cod|0.7.17 vscode-markdownlint|Dav|0.52.0 vscode-language-pack-de|MS-|1.84.2023111509 black-formatter|ms-|2023.7.13171007 flake8|ms-|2023.11.13181008 isort|ms-|2023.11.13191009 pylint|ms-|2023.11.13201006 python|ms-|2023.21.13241008 vscode-pylance|ms-|2023.11.10 jupyter|ms-|2023.11.1003211000 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 code-spell-checker|str|3.0.1 code-spell-checker-german|str|2.3.0 vscode-wakatime|Wak|24.4.0
A/B Experiments ``` vsliv695:30137379 vsins829:30139715 vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythontb:30258533 pythonptprofiler:30281269 vshan820:30294714 vscod805:30301674 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30404738 py29gd2263:30784851 vsclangdf:30492506 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30618038 2i9eh265:30646982 showlangstatbar:30737417 pythonfmttext:30716741 fixshowwlkth:30771523 showindicator:30805243 pythongtdpath:30726887 i26e3531:30792625 welcomedialogc:30812479 pythonnosmt12:30779711 pythonidxpt:30768918 pythonnoceb:30776497 asynctok:30869155 dsvsc013:30777762 dsvsc014:30777825 pythonmpsinfo:30859869 dsvsc015:30821418 pythontestfixt:30866404 pythonregdiag2:30871582 pyreplss1:30879911 pythonmypyd1:30859725 pythoncet0:30859736 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 aa_t_chat:30882232 ```

grafik The background is white and I can't see the cell outputs.

rebornix commented 8 months ago

@SandroMartens may I ask do you have outputs in the notebook?

VSCodeTriageBot commented 8 months ago

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

VSCodeTriageBot commented 7 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

allenallen512 commented 7 months ago

Were you able to fix this issue? I am having same issue.

SandroMartens commented 7 months ago

@SandroMartens may I ask do you have outputs in the notebook?

Yes, the second cell had an text output.

Were you able to fix this issue? I am having same issue.

It seems to be fixed in an update a few days ago (For me at least). Thats why I did't reply here again.

allenallen512 commented 7 months ago

@SandroMartens may I ask do you have outputs in the notebook?

Yes, the second cell had an text output.

Were you able to fix this issue? I am having same issue.

It seems to be fixed in an update a few days ago (For me at least). Thats why I did't reply here again.

May I ask which version you are operating on right now ?

SandroMartens commented 7 months ago

May I ask which version you are operating on right now ?

1.85.0 from December 6th

allenallen512 commented 7 months ago

I believe the most up-to-date version. I updated before I began working. I was able to fix the issue by splitting up my code into multiple windows/docs. I guess the code took too long to run or was too complex and caused UI glitch.