From 0beb0a7828a91b7d54af0f8a04df69ba76b7015c Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 3 Jun 2013 12:15:22 -0700 Subject: [PATCH] add missing cell_type = "code"; --- IPython/frontend/html/notebook/static/notebook/js/codecell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/frontend/html/notebook/static/notebook/js/codecell.js b/IPython/frontend/html/notebook/static/notebook/js/codecell.js index 639303b53..e37cfe45c 100644 --- a/IPython/frontend/html/notebook/static/notebook/js/codecell.js +++ b/IPython/frontend/html/notebook/static/notebook/js/codecell.js @@ -67,6 +67,7 @@ var IPython = (function (IPython) { this.input_prompt_number = null; this.collapsed = false; this.default_mode = 'ipython'; + this.cell_type = "code"; var cm_overwrite_options = {