##// END OF EJS Templates
Changing mode name from python -> ipython.
Brian E. Granger -
Show More
@@ -66,7 +66,7 b' var IPython = (function (IPython) {'
66 this.code_mirror = null;
66 this.code_mirror = null;
67 this.input_prompt_number = null;
67 this.input_prompt_number = null;
68 this.collapsed = false;
68 this.collapsed = false;
69 this.default_mode = 'python';
69 this.default_mode = 'ipython';
70
70
71
71
72 var cm_overwrite_options = {
72 var cm_overwrite_options = {
@@ -86,7 +86,7 b' var IPython = (function (IPython) {'
86 CodeCell.options_default = {
86 CodeCell.options_default = {
87 cm_config : {
87 cm_config : {
88 extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"},
88 extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"},
89 mode: 'python',
89 mode: 'ipython',
90 theme: 'ipython',
90 theme: 'ipython',
91 matchBrackets: true
91 matchBrackets: true
92 }
92 }
General Comments 0
You need to be logged in to leave comments. Login now