-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change fonts in the interactive window #5256
Comments
indeed should be prettier, it's a huge part of productivity |
And here is another reason why being able to change fonts/font-size in Python Interactive Window is so important. When using some other languages (such as Chinese) in vs code on a 100% scaling (or lower) display, text rendering is intolerably bad. As you can see, the hinting is gone, and Header 5 & 6 is just too small to be good to read. In contrast, the same code & preview on a 200% scaling display looks like this: Which is a lot better. While this is the same problem in vs code markdown preview for Chinese character, users can have a work-around by changing the markdown preview font by inserting
Great appreciation for your work & if this can be fixed, vs code + Python Interactive can be one step closer to The Perfect Data Science Tool in my mind. |
I've noticed the input cells and window(type code here) are not using the editor font family and size, i've changed the defaults to Fira Code 12 and it seems to be rendering Consolas. The output cells are using another monospaced font. PS: Like @KasperLXK, i think this setup can be the perfect tool. |
Any progress? |
This issue fell through our cracks somehow without us responding. Sorry! Looking at it now, it's a good suggestion and one we will consider. It's actually a dupe of 4042, but since there's more upvotes, I'm going to keep this one and add it to our list of known Interactive Window improvements . |
Closing this since this is transferred over to the jupyter extension. |
Environment data
Expected behaviour
The font in the code cell seems good, but in the output cell it's really ugly. I wish it could be changed by myself, or set to default Consolas.
Actual behaviour
The text was updated successfully, but these errors were encountered: