Как указать шрифт ноутбука в JupyterLab - PullRequest
1 голос
/ 04 августа 2020

У меня возник вопрос об изменении шрифта в редакторе расширенных настроек для записных книжек.

Я успешно установил тему Дракулы, которая мне очень нравится, и теперь я столкнулся с очень неприятной проблемой.

Вот мои настройки:

enter image description here

Now, when I look at my notebook, I see the expected result: enter image description here

However, when I change it to the fonts here: enter image description here

For example:

{
    "codeCellConfig": {
        "autoClosingBrackets": true,
        "fontFamily": "SF Mono",
        "fontSize": 30,
        "lineHeight": null,
        "lineNumbers": false,
        "lineWrap": "off",
        "matchBrackets": true,
        "readOnly": false,
        "insertSpaces": true,
        "tabSize": 4,
        "wordWrapColumn": 80,
        "rulers": [],
        "codeFolding": true,
        "lineWiseCopyCut": true
    },
}

I get this ugly text when VSCode also has when you enter an invalid font:

введите описание изображения здесь

...