chiark / gitweb /
dot/jupyter-notebook.json: Turn off line numbers.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 Mar 2025 15:52:28 +0000 (15:52 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 14 Mar 2025 15:53:39 +0000 (15:53 +0000)
I don't remember where this came from but it looks harmless enough.

dot/jupyter-notebook.json

index e84b6e29b5651d7c6041cbfc25e5193ca88c4b8c..d77ebebf5d808da02ecf601de5dc85c6897d2db5 100644 (file)
@@ -1,4 +1,9 @@
 {
 {
+  "Cell": {
+    "cm_config": {
+      "lineNumbers": false
+    }
+  },
   "CodeCell": {
     "cm_config": {
       "autoCloseBrackets": false,
   "CodeCell": {
     "cm_config": {
       "autoCloseBrackets": false,