From 3683400c56ce93e105a0975cab57a44c61c0ae9a 2014-02-28 23:22:30
From: Jonathan Frederic <jdfreder@calpoly.edu>
Date: 2014-02-28 23:22:30
Subject: [PATCH] Re-added removed refresh

---

diff --git a/IPython/html/static/notebook/js/cell.js b/IPython/html/static/notebook/js/cell.js
index d76c697..ffe72cc 100644
--- a/IPython/html/static/notebook/js/cell.js
+++ b/IPython/html/static/notebook/js/cell.js
@@ -288,6 +288,7 @@ var IPython = (function (IPython) {
      * @method focus_editor
      */
     Cell.prototype.focus_editor = function () {
+        this.refresh();
         this.code_mirror.focus();
     };