inkandswitch / livebook

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

Simplify NameError #78

Open adamwiggins opened 8 years ago

adamwiggins commented 8 years ago

When typing a statement into a new code cell, it's common to see "xyz undefined". The current error is a little verbose, would like to change from:

exceptions.NameError: global name 'abc' is not defined

to:

'abc' is not defined