##// END OF EJS Templates
Fix default_cell_type option for notebook
Thomas Kluyver -
Show More
@@ -175,9 +175,7 b' define(['
175 Notebook.options_default = {
175 Notebook.options_default = {
176 // can be any cell type, or the special values of
176 // can be any cell type, or the special values of
177 // 'above', 'below', or 'selected' to get the value from another cell.
177 // 'above', 'below', or 'selected' to get the value from another cell.
178 Notebook: {
178 default_cell_type: 'code'
179 default_cell_type: 'code'
180 }
181 };
179 };
182
180
183 /**
181 /**
General Comments 0
You need to be logged in to leave comments. Login now