Jupyter输入左括号自动补右括号

from notebook.services.config import ConfigManager
c = ConfigManager()
c.update('notebook', {"CodeCell": {"cm_config": {"autoCloseBrackets": True}}})

运行一遍这个就行了。

猜你喜欢

转载自blog.csdn.net/qq_42817985/article/details/139740481