From 79a7fa2bd1a18ba138fa4c7cf22ea9abb101c149 2014-02-01 14:43:39 From: damianavila Date: 2014-02-01 14:43:39 Subject: [PATCH] Added automatic close of Brackets. --- diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index 6a12f98..8532120 100644 --- a/IPython/html/static/notebook/js/codecell.js +++ b/IPython/html/static/notebook/js/codecell.js @@ -101,7 +101,8 @@ var IPython = (function (IPython) { }, mode: 'ipython', theme: 'ipython', - matchBrackets: true + matchBrackets: true, + autoCloseBrackets: true } };