From 1e8662493294467e6bb1ad1f996e41bb933f70e4 2011-08-17 05:40:36 From: Stefan van der Walt Date: 2011-08-17 05:40:36 Subject: [PATCH] htmlnotebook: Suppress cell boundary when publishing. --- diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index 2e6e173..103c01c 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -768,6 +768,7 @@ var IPython = (function (IPython) { $('head').clone().html() + '' + '' + $('#notebook').clone().html() +