Jupyter Keyboard Shortcuts Flashcards

1
Q

Enter edit mode

A

Enter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Run cell, select below

A

Shift-Enter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Run cell

A

Ctrl-Enter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Run cell, insert below

A

Alt-Enter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

To code

A

Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To markdown

A

M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

To raw

A

R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To heading 1

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

To heading 2, 3, 4, 5, 6

A

2, 3, 4, 5, 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Select cell above

A

Up/K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Select cell below

A

Down/J

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Insert cell above

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Insert cell below

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Cut selected cell

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Copy selected cell

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Paste cell below

A

V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Undo last cell deletion

18
Q

Delete selected cell

19
Q

Merge cell below

20
Q

Save and checkpoint

21
Q

Interrupt kernel

22
Q

Restart kernel

23
Q

Scroll down

24
Q

Scroll up

A

Shift-Space

25
Code completion/indent
Tab
26
Indent
Ctrl-]
27
Dedent
Ctrl-[
28
Select all
Ctrl-A
29
Undo
Ctrl-Z
30
Redo
Ctrl-Shift-Z, Ctrl Y
31
Go to cell start
Home, Up
32
Go to cell end
End, Down
33
Go one word left
Ctrl-left
34
Go one word right
Ctrl-Right
35
Delete one word before
Ctrl-Backspace
36
Delete one word after
Ctrl-Delete
37
Enter command mode
Esc, Ctrl-M
38
Split cell
Ctrl-Shift-Subtract
39
Previous cell
Up
40
Next cell
Down
41
Toggle comment on current cell
Ctrl-/