I am currious if there is a shortcut for runing the selected cell in IPython notebook such as alt+F5 or ctrl+f5 or something simmiliar that is present in Visual Studio (I don't recall exactly now ) , cause I found it annoing to go with the mouse on the run button every time I need to run a cell?
Asked
Active
Viewed 872 times
2 Answers
2
IPython notebook Keyboard shortcuts:
Shift-Enter
: run cellCtrl-Enter
: run cell in-placeAlt-Enter
: run cell, insert belowCtrl-m
: This is the prefix for all other shortcuts, which consist of Ctrl-m followed by a single letter or character. For example, if you type Ctrl-m h (that is, the sole letter h after Ctrl-m), IPython will show you all the available keyboard shortcuts.

AN6U5
- 6,808
- 1
- 24
- 42
0
IPython notebook Keyboard shortcuts
![Option the options [2:4] i think is the answer to your question.]

n1tk
- 619
- 3
- 11