Is there a shortcut to moving the cursor from
my_variable = (entry|)
to
my_variable = (entry)
|
in iPython notebook? Where "|" is the cursor
That is, is there some shortcut you can use in place of (right arrow) followed by (return) in iPython to get out of the automatic parentheses/brackets? I feel like it would be useful to have this when coding really fast.