Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Vscode, how to change the default font size of markdown cell in a jupyter notebook

When I am using jupyter notebook in vscode, I suddenly find the default font size become so small. So how to make the default font size bigger in the markdown cell? I have tried to google how to fix the problem, but I can't find the answer. Looking forward to your reply! enter image description here

Update: After I added code< font size=3 > on the first line of each markdown cell, the display became normal. But I think I should not everytime do it because it is a waste of time.

like image 612
yuancf1024 Avatar asked Oct 27 '25 01:10

yuancf1024


1 Answers

Unfortunately there's no way to do this at the moment. Please upvote https://github.com/microsoft/vscode/issues/126294 which tracks the feature request to allow configuring markdown font sizing.

like image 56
joyceerhl Avatar answered Oct 29 '25 13:10

joyceerhl