-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
In a Jupyter notebook, you could specify a font by adding some CSS to a file ~/.jupyter/custom/custom.css. This allowed users to specify a font such as JuliaMono that could correctly handle special characters, and the use of packages such as UnicodePlots.jl.
The default font (Menlo) doesn't have the necessary glyphs, and the replacement glyphs (from Apple Braille) aren't the right width:
It should be easy to specify the font family using CSS, allowing the display to be rendered correctly, as here in Jupyter notebook.

