关闭了 JupyterLab 的 "auto encapsulation"
Turned off JupyterLab's "auto encapsulation"
我以某种方式关闭了 JupyterLab 中的功能,当我突出显示某些内容时说
1,2
然后按括号 (, {, [
它会自动在另一端添加第二个括号。
我不知道这个功能叫什么,但它非常有用,我很生气它停止工作了。
已经重新启动,它仍然存在。
谁能帮我重新打开它?
3.1 版本的 changelog of JupyterLab,特别是面向用户的更改部分,描述了:
The closing bracket is no longer automatically added by default; the old behaviour can be re-enabled from the menu bar (Settings
-> Auto Close Brackets
) or from the Advanced Settings Editor
.
这是默认 JupyterLab 3.1 安装中的第七个选项,在上图中从底部数第二个。如需更多讨论并提供建设性反馈,请转至jupyterlab issue #5741。
对于 JupyterLab 3.1 及更高版本,自动右括号功能不再是默认功能。
幸运的是,这可以从 UI 轻松切换,请参见下图:
我以某种方式关闭了 JupyterLab 中的功能,当我突出显示某些内容时说
1,2
然后按括号 (, {, [
它会自动在另一端添加第二个括号。
我不知道这个功能叫什么,但它非常有用,我很生气它停止工作了。
已经重新启动,它仍然存在。 谁能帮我重新打开它?
3.1 版本的 changelog of JupyterLab,特别是面向用户的更改部分,描述了:
The closing bracket is no longer automatically added by default; the old behaviour can be re-enabled from the menu bar (
Settings
->Auto Close Brackets
) or from theAdvanced Settings Editor
.
这是默认 JupyterLab 3.1 安装中的第七个选项,在上图中从底部数第二个。如需更多讨论并提供建设性反馈,请转至jupyterlab issue #5741。
对于 JupyterLab 3.1 及更高版本,自动右括号功能不再是默认功能。
幸运的是,这可以从 UI 轻松切换,请参见下图: