Open adamwiggins opened 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
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:
to: