How to disable auto-quotes and auto-brackets in Jupyter 5.0

前端 未结 2 1161
梦毁少年i
梦毁少年i 2021-02-02 09:54

I upgraded Jupyter to the latest vesion, 5.0, and it looks like my front-end configuration stopped working.

I don\'t understand why Jupyter comes with auto closing quote

2条回答
  •  日久生厌
    2021-02-02 10:12

    For JupyterLab visitors there is a "User Preferences" panel of the "Notebook" settings editor into which you paste & save:

    {
      "codeCellConfig": {
        "autoClosingBrackets": false
      }
    }
    

    Open with Ctrl + , or via menu: SettingsAdvanced Settings Editor & click "Notebook"

提交回复
热议问题