I will describe what I am doing now. In some cases, it may be added.
Settings > Text Editor Indentation > ☑️Spaces: 4
Settings > JupyterLab Them > ☑️Theme Scrollbars
Settings > JupyterLab Them > ☑️JupyterLab Dark
Settings > Advanced Settings Editor > Notebook
{
"codeCellConfig": {
"fontFamily": "Ricty Regular",
"fontSize": 15
}
}
I personally like Regular, so I'll go with this. It is assumed that Ricty is included in the Mac. </ font> You can also change the ** size ** of the font here.
Settings > Advanced Settings Editor > Notebook
{
"codeCellConfig": {
"lineNumbers": true
}
}
You can do this, but if you have other settings, how to add it?
{
"codeCellConfig": {
"fontFamily": "Ricty Regular",
"fontSize": 16
},
"codeCellConfig": {
"lineNumbers": true
}
}
I will add ** by separating ** like this. Or because it is the same ** codeCellConfig **
{
"codeCellConfig": {
"fontFamily": "Ricty Regular",
"fontSize": 16,
"lineNumbers": true
}
}
You can do this too.
Thank you for watching until the end. I'm glad if you can use it as a reference.
Recommended Posts