From
https://github.com/jupyterlab/jupyterlab/issues/5741
https://github.com/jupyterlab/jupyterlab/issues/5741#issuecomment-500550173
https://github.com/jupyterlab/jupyterlab/issues/5741
https://github.com/jupyterlab/jupyterlab/issues/5741#issuecomment-500550173
philippeller 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
}
}
|