'Jupyter Notebook Output window in VS Code

does anyone know how to change the font-size of Jupyter notebook output window in Visual studio code? After the update of VS Code it is too big. enter image description here



Solution 1:[1]

notebook.outputFontSize seems to be the config you're looking for. Description from the VS Code settings documentations:

Font size for the output text for notebook cells. When set to 0 editor.fontSize is used.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jonas