jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Auto close bracket configuration not working #169

Open mikepqr opened 7 years ago

mikepqr commented 7 years ago

I have:

IPython.CodeCell.options_default.cm_config.autoCloseBrackets = false;

in ~/.jupyter/custom/custom.js. Here's the full file. Until recently this used to ensure that the a closing bracket was not inserted. I guess I upgraded some aspect of jupyter as some point, and it no longer works. Any ideas?

$ jupyter --version
4.3.0
$ jupyter notebook --version
5.0.0
$ python --version
Python 3.6.1

I've seen #78. jupyter_core==4.2.3 is no longer pip installable.

axil commented 7 years ago

It looks as if the solution from jupyter notebook issue 2650 is the way to go right now.