Yeah, good luck with getting an answer. I asked the same question back in 
April and got 0 response. A lot of dumbing-down has happened in v.5 and I 
reverted back to v.4.4.

Cheers,

Milos.

On Tuesday, June 13, 2017 at 8:27:37 AM UTC-4, Marc Garcia wrote:
>
> I upgraded Jupyter to the latest vesion, 5.0, and it looks like my 
> front-end configuration stopped working.
>
>
> I don't like that Jupyter auto closes quotes and brackets, and my settings 
> basically just disable them.
>
>
> It used to work by creating a file ~/.jupyter/custom/custom.js and adding 
> the next JavaScript code:
>
>
> require(['notebook/js/codecell'], function (codecell) {
>   codecell.CodeCell.options_default.cm_config.autoCloseBrackets = false;
> })
>
>
> I've read that since Jupyter 4 this code could be changed by:
>
>
> IPython.CodeCell.options_default.cm_config.autoCloseBrackets = false;
>
>
> But it looks like in Jupyter 5, the two previous options stopped working.
>
>
> The documentation I found regarding the front-end configuration is not 
> helpful (I'll be happy to improve it once I understand it):
>
>
> http://jupyter-notebook.readthedocs.io/en/latest/frontend_config.html#frontend-config
>
>
> Can anyone help me understand how to disable auto-brackets and auto-quotes 
> in Jupyter 5 please?
>
>
> This is the exact version I'm running:
>
>
>
> <https://lh3.googleusercontent.com/-d05aGNiFv8o/WT_Z32QcqLI/AAAAAAAAyUU/cdJmUmuxYJwfz86AadWenbtYJfn4OsA-QCLcB/s1600/jupyter.png>
>
>
> Thank you very much in advance!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/a70458b4-1a31-4bac-8e07-1927af76ea8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to