##// END OF EJS Templates
add missing cell_type = "code";
MinRK -
Show More
@@ -67,6 +67,7 b' var IPython = (function (IPython) {'
67 this.input_prompt_number = null;
67 this.input_prompt_number = null;
68 this.collapsed = false;
68 this.collapsed = false;
69 this.default_mode = 'ipython';
69 this.default_mode = 'ipython';
70 this.cell_type = "code";
70
71
71
72
72 var cm_overwrite_options = {
73 var cm_overwrite_options = {
General Comments 0
You need to be logged in to leave comments. Login now