pythonvisual-studio-codejupyter-notebook

Changing font type of Jupyter Notebook output in VSCode


I need help with changing the font of output in Jupyter Notebook. Sometime ago VSCode was updated and I saw the output font was changed from Consolas to Segoe UI. How can I revert this back?


Solution

  • It looks like this is the fault of the new renderer of version 1.65 (link).

    One work around is to go back to 1.64.2. The Jupyter extension need to be downgraded as well.