Skip to content

Commit c6f15a3

Browse files
committed
Merge pull request #30 from Atlas7/correct-notebook-basics
Correct notebook basics
2 parents 38a5f25 + 0495319 commit c6f15a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Notebook/Notebook Basics.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@
216216
"\n",
217217
"1. Basic navigation: `enter`, `shift-enter`, `up/k`, `down/j`\n",
218218
"2. Saving the notebook: `s`\n",
219-
"2. Cell types: `y`, `m`, `1-6`, `t`\n",
220-
"3. Cell creation: `a`, `b`\n",
221-
"4. Cell editing: `x`, `c`, `v`, `d`, `z`, `ctrl+shift+-`\n",
222-
"5. Kernel operations: `i`, `.`"
219+
"3. Cell types: `y`, `m`, `1-6`, `r`\n",
220+
"4. Cell creation: `a`, `b`\n",
221+
"5. Cell editing: `x`, `c`, `v`, `d`, `z`, `ctrl+shift+-`\n",
222+
"6. Kernel operations: `i`, `.`"
223223
]
224224
}
225225
],

0 commit comments

Comments
 (0)