You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: