iPython 中退出方括号或圆括号的快捷方式

lth*_*min 6 brackets shortcut ipython parentheses text-cursor

有没有可以移动光标的快捷键

my_variable = (entry|)
Run Code Online (Sandbox Code Playgroud)

my_variable = (entry)
|
Run Code Online (Sandbox Code Playgroud)

在 iPython 笔记本中?其中“|” 是光标

也就是说,是否可以使用一些快捷方式来代替 iPython 中的 (右箭头) 和 (return) 来摆脱自动括号/方括号?我觉得在编码速度非常快时拥有这个会很有用。

小智 0

我发现按“End”和“Enter”就可以了。