From 0b7bfd3ec2b8437a8a72fc3d7ef16c938d80172e 2014-12-13 00:52:20 From: Thomas Kluyver Date: 2014-12-13 00:52:20 Subject: [PATCH] Fix default_cell_type option for notebook --- diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index edeb99b..e41cb4e 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -175,9 +175,7 @@ define([ Notebook.options_default = { // can be any cell type, or the special values of // 'above', 'below', or 'selected' to get the value from another cell. - Notebook: { - default_cell_type: 'code' - } + default_cell_type: 'code' }; /**