The shortcut list that appears with h
in Jupyter Notebook has been translated into Japanese for both Windows and Mac.
I searched for it, but I couldn't find a list of all Windows and Mac in Japanese, so maybe there is a demand?
Only commands that you should remember are ** bold **.
Windows
Shortcut key | Description |
---|---|
F | Find / replace |
Ctrl-Shift-F | Open command palette |
Ctrl-Shift-P | Open command palette |
Enter | Put into edit mode |
P | Open command palette |
Shift-Enter | Run cell and move to cell below |
Ctrl-Enter | Run cell |
Alt-Enter | Run cell and add cell below |
Y | Make it a code cell |
M | Make it a markdown cell |
R | Make it a raw cell |
1 | Heading 1 |
2 | Heading 2 |
3 | Heading 3 |
4 | Heading 4 |
5 | Heading 5 |
6 | Heading 6 |
K | Select the cell above |
Up | Select the cell above |
Down | Select the cell below |
J | Select the cell below |
Shift-K | Merge with the cell above |
Shift-Up | Merge with the cell above |
Shift-Down | Merge with the cell below |
Shift-J | Merge with the cell below |
A | Add cell on top |
B | Add cell below |
X | Cut the selected cell |
C | Copy selected cell |
Shift-V | Paste on |
V | Paste below |
Z | Redo cell deletion |
DD | Delete the selected cell |
Shift-M | Merge cells(If not selected, with the cell below) |
Ctrl-S | save |
S | save |
L | Show / hide line numbers |
O | Show / hide cell output result |
Shift-O | Output result scroll / non-scroll |
H | Keyboard shortcut display |
I×2 | Interrupt the kernel |
0 | Reboot kernel |
Esc | Close pager |
Q | Close pager |
Shift-L | Show / hide row numbers of all cells |
Shift-Space | Scroll up |
Space | Scroll down |
Shortcut key | Description |
---|---|
Tab | Code completion / tab |
Shift-Tab | Tooltip |
Ctrl-] | Indent |
Ctrl-[ | Dident |
Ctrl-A | Select all |
Ctrl-Z | Redo |
Ctrl-Shift-Z | Redo |
Ctrl-Y | Redo |
Ctrl-Home | Move to the beginning of the cell |
Ctrl-Up | Move to the beginning of the cell |
Ctrl-End | Move to the end of cell |
Ctrl-Down | Move to the end of cell |
Ctrl-Left | Move one word forward |
Ctrl-Right | Move after one word |
Ctrl-Backspace | Delete the previous word |
Ctrl-Delete | Delete the following word |
Ctrl-M | Enter command mode |
Ctrl-Shift-F | Open command palette |
Ctrl-Shift-P | Open command palette |
Esc | Enter command mode |
Shift-Enter | Run cell and select cell below |
Ctrl-Enter | Run cell |
Alt-Enter | Run cell and add cell below |
Ctrl-Shift-Minus | Split cell |
Ctrl-S | save |
Down | Move cursor down |
Up | Move cursor up |
Ctrl-/ | Comment out the selection |
Mac OS
↩ = Enter ⌘ = Command ⇧ = Shift ⌥ = Option ␣ = Space ⇥ = Tab
Shortcut key | Description |
---|---|
F | Find / replace |
↩ | Put into edit mode |
⌘⇧F | Open command palette |
⌘⇧P | Open command palette |
P | Open command palette |
⇧↩ | Run cell and move to cell below |
⌃↩ | Run cell |
⌥↩ | Run cell and add cell below |
Y | Make it a code cell |
M | Make it a markdown cell |
R | Make it a raw cell |
1 | Heading 1 |
2 | Heading 2 |
3 | Heading 3 |
4 | Heading 4 |
5 | Heading 5 |
6 | Heading 6 |
K | Select the cell above |
↑ | Select the cell above |
↓ | Select the cell below |
J | Select the cell below |
⇧K | Merge with the cell above |
⇧↑ | Merge with the cell above |
⇧↓ | Merge with the cell below |
⇧J | Merge with the cell below |
A | Add cell on top |
B | Add cell below |
X | Cut the selected cell |
C | Copy selected cell |
⇧V | Paste on |
V | Paste below |
Z | Redo cell deletion |
D→D | Delete the selected cell |
⇧M | Merge cells(If not selected, with the cell below) |
⌘S | save |
S | save |
L | Show / hide line numbers |
O | Show / hide cell output result |
⇧O | Output result scroll / non-scroll |
H | Keyboard shortcut display |
I→I | Interrupt the kernel |
0 | Reboot kernel |
Esc | Close pager |
Q | Close pager |
⇧L | Show / hide row numbers of all cells |
⇧␣ | Scroll up |
␣ | Scroll down |
Shortcut key | Description |
---|---|
⇥ | Code completion / tab |
⇧⇥ | Tooltip |
⌘] | Indent |
⌘[ | Dident |
⌘A | Select all |
⌘Z | Redo |
⌘/ | Comment out |
⌘D | Delete row |
⌘U | Cancel selection |
Insert | Switch whether to overwrite |
⌘↑ | Move to the end of cell |
⌘↓ | Move to the end of cell |
⌥← | Move one word forward |
⌥→ | Move after one word |
⌥⌫ | Delete the previous word |
⌥⌦ | Delete the following word |
⌘⇧Z | Redo |
⌘⇧U | Redo selection |
⌃K | emacs-style line kill |
⌘⌫ | Erase left from the cursor |
⌘⌦ | Erase to the right of the cursor |
⌃M | Enter command mode |
Esc | Enter command mode |
⌘⇧F | Open command palette |
⌘⇧P | Open command palette |
⇧↩ | Run cell and select cell below |
⌃↩ | Run cell |
⌥↩ | Run cell and insert cell below |
⌃⇧Minus | Split cell |
⌘S | save |
↓ | Move the cursor down |
↑ | Move the cursor up |
I did it with momentum, so there may be mistakes. In that case, please comment or edit request m (_ _) m
-I checked the list of shortcut keys for Jupyter --Mac shortcut keys are exhaustive. It is a conscientious article with recommendations.
Recommended Posts