microsoft / vscode

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

Nothing being shown between cells in Jupyter notebook #178576

Open bernardo-suez opened 1 year ago

bernardo-suez commented 1 year ago

Type: Bug

No idea about how to reproduce it. The problem started out of nowhere after using the light theme V2 for a couple of days. Now even as I switched back to the theme I had been using for months (VS dark) the problem persists. This seems to be same problem in issue #146153, though since the latter is closed I couldn't just comment on it---sorry about the repetition.

Here is screenshot of how it's looking like: image

VS Code version: Code 1.76.2 (ee2b180d582a7f601fa6ecfdad8d9fd269ab1884, 2023-03-14T17:55:54.936Z) OS version: Windows_NT x64 10.0.19042 Modes: Sandboxed: Yes Remote OS version: Linux x64 3.10.0-1160.42.2.el7.x86_64

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (8 x 2995)| |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
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|31.69GB (18.15GB free)| |Process Argv|--crash-reporter-id e1ebe51a-f42e-4945-a9d5-8dfbdae61c61| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: suez| |OS|Linux x64 3.10.0-1160.42.2.el7.x86_64| |CPUs|Intel Xeon E312xx (Sandy Bridge) (64 x 2893)| |Memory (System)|251.72GB (240.13GB free)| |VM|0%|
Extensions (36) Extension|Author (truncated)|Version ---|---|--- gitpod-desktop|git|0.0.94 better-cpp-syntax|jef|1.17.2 jupyter-keymap|ms-|1.1.0 remote-ssh|ms-|0.98.0 remote-ssh-edit|ms-|0.84.0 remote-wsl|ms-|0.76.1 remote-explorer|ms-|0.2.0 pdf|tom|1.2.2 doxdocgen|csc|1.4.0 copilot|Git|1.78.9758 vscode-pull-request-github|Git|0.60.0 gc-excelviewer|Gra|4.2.56 vscode-test-explorer|hbe|2.21.1 better-cpp-syntax|jef|1.17.2 cmake-language-support-vscode|jos|0.0.9 vscode-python-test-adapter|lit|0.7.1 vscode-dotnet-runtime|ms-|1.6.0 isort|ms-|2022.8.0 python|ms-|2023.4.1 vscode-pylance|ms-|2023.3.30 jupyter|ms-|2023.2.1200692131 jupyter-keymap|ms-|1.1.0 jupyter-renderers|ms-|1.0.15 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 cmake-tools|ms-|1.13.45 cpptools|ms-|1.15.1 cpptools-extension-pack|ms-|1.3.0 makefile-tools|ms-|0.6.0 test-adapter-converter|ms-|0.1.6 vsliveshare|ms-|1.0.5834 vsliveshare-audio|ms-|0.1.93 autodocstring|njp|0.6.1 austin-vscode|p40|0.13.0 vsc-octave-debugger|pau|0.5.10 cmake|twx|0.0.17 (2 theme extensions excluded)
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 nodejswelcome1:30587005 282f8724:30602487 pyind779:30671433 f6dab269:30613381 pythonsymbol12:30671437 showlangstatbar:30672706 vsctsb:30677850 azdwalk:30687957 pythonms35cf:30686773 ```
rebornix commented 1 year ago

@bernardo-suez do you mind sharing a sample notebook that we can use to reproduce this from our side? If that's not a good option, can you share a bit more on the types of outputs you are generating, like images or plots?

bernardo-suez commented 1 year ago

Sharing the notebook would be difficult, as you mentioned but the outputs are text and plots from GeoPandas and Seaborn (both running on matplotlib). Also, I'm running this notebook on a remote machine through SSH and have tried copying the code into a new notebook, to no avail.