Issue
I've just downloaded the new IPython 3.0 version.
Some behaviour in the notebook has changed. Before, when I typed a open bracket it automatically closed it. This was particularly useful when selecting a text and putting brackets around it with just one click.
I tried to adjust ~/.ipython/profile_default/static/custom/custom.js
where I added
if (IPython.CodeCell) {
IPython.CodeCell.options_default.cm_config.autoCloseBrackets = true;
}
But this doesn't seem to do the job.
How can I get the old behaviour back?
Solution
The bug fix is in progress and will be release probably in 3.1 see this issue
Answered By - Matt
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.