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