microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.27k stars 284 forks source link

Cell display overlap on output. #13843

Open paul-ada opened 1 year ago

paul-ada commented 1 year ago

Environment data

Display Bug:

Images below.

  1. This bug tends to happen when I scroll down and a cell is not in display anymore, after I scroll back up, this clustering will make a cell that has been executed already extend so that it overalps and covers its output. I am not sure what could be causing this.

Capture d’écran 2023-07-04 à 09 35 11.

  1. Caused by the same behavior, a cell with multiple lines will shrink to one line and become scrollable, leaving a trailing white space before the output space.
Capture d’écran 2023-07-04 à 09 51 28
pawel-kotowski commented 1 year ago

I have the same error;) Replicated on Ubuntu 20.04, Windows 11, via local and remote setup, multiple jupyter extension versions including very old ones. I can help providing some logs if needed.

rahatzamancse commented 1 year ago

I am also facing this display error.

ColinConwell commented 1 month ago

+1 to try and bump this issue. (Latest updates on VSCode and Extensions):

OS: MacOS Sonoma (14.5) Version: 1.91.1 (Universal) Jupyter Extension: v2024.6.0 Python Extension: v2024.10.0 Occurs across multiple Conda environments with Python 3.10 / 3.11 Occur with both Local and Remote (Linux Ubuntu 22.04.3 LTS) Jupyter servers / kernels

Example display issue below (multi-line cell collapse).

Screenshot 2024-07-26 at 2 33 09 PM