Skip to content

Commit

Permalink
Added jupyterlab settings for notebook and terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulombe committed Nov 11, 2024
1 parent 9f5916f commit bdd1ed7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"codeCellConfig": {
"lineHeight": 1.5,
"lineNumbers": true,
},

"kernelShutdown": true,

"markdownCellConfig": {
"lineHeight": 1.5,
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"fontFamily": "DejaVu Sans Mono",
"fontSize": 20,
"lineHeight": 1.1,
}

0 comments on commit bdd1ed7

Please sign in to comment.