inkandswitch / livebook

IPython notebook-compatible live coding experiment
202 stars 11 forks source link

Adding code cell broken in production #48

Closed brettimus closed 8 years ago

brettimus commented 8 years ago

The contents of a new code cell inserted into the document do not get evaluated because adding a new code cell throws an error.

To reproduce:

  1. Open livebook.inkandswitch.com
  2. Under the first block of text beneath Prose editor, add a code cell.
  3. Search console for Uncaught TypeError: Cannot read property 'split' of undefined coming from the worker.js file
brettimus commented 8 years ago

Awaiting fix confirmation @luciasantamaria @adamwiggins

(No longer experiencing this bug locally or in staging)

luciasantamaria commented 8 years ago

Confirmed fixed.