Sunday 18 August 2019

How to disable autoclosing parenthesis brackers jupyter notebook

From
https://github.com/jupyterlab/jupyterlab/issues/5741

https://github.com/jupyterlab/jupyterlab/issues/5741#issuecomment-500550173

commented on Jun 10

I just figured out how to make this (thank god) finally stop manually:
In JupyterLab, under "Setting" -> "Advanced Settings Editor" -> Notebook -> "User Overrides" add the following:
{
    "codeCellConfig": {
        "autoClosingBrackets": false
    }
}
and then hit the tiny "save" button in the upper right.

No comments: