inkandswitch / livebook

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

data.pop_usa -> Uncaught (in promise) ReferenceError: error is not defined #64

Closed adamwiggins closed 8 years ago

adamwiggins commented 8 years ago

Steps to reproduce:

  1. load welcome notebook
  2. change "data.head()" to "data.year" (works as expected)
  3. change "data.year" to "data.pop_usa" -- produces:
screen shot 2016-02-01 at 21 44 43

Console says:

Uncaught (in promise) ReferenceError: error is not defined
    at http://livebook-staging.inkandswitch.com/js/worker.js:168:14
adamwiggins commented 8 years ago

Now seeing this in welcome notebook on first load

Steps to reproduce:

  1. http://livebook-staging.inkandswitch.com/
  2. do nothing, but live coding isn't working, check javascript console for the error
adamwiggins commented 8 years ago

Fixed by c94f2550fa4adcb22042686801db6cbfafa4d04d