Pressing Ctrl+c while in the console does absolutely nothing. This makes it impossible to interrupt long-running operations (which is especially bad when you get no output and therefore have no clue if it's working or not, see #13). Moreover, Ctrl+c cannot be used like in normal ipython to discard the current text and clear the command line.
Pressing
Ctrl+c
while in the console does absolutely nothing. This makes it impossible to interrupt long-running operations (which is especially bad when you get no output and therefore have no clue if it's working or not, see #13). Moreover,Ctrl+c
cannot be used like in normal ipython to discard the current text and clear the command line.