##// END OF EJS Templates
a nicer error message when using %pylab magic...
a nicer error message when using %pylab magic If the user specified an unsupported backend, there was no indication for what the valid names were. Error message prior to this commit: In[1]: %pylab xxx ERROR: Backend u'xxx' not supported. after this commit: In[1]: %pylab xxx ERROR: Backend 'xxx' not supported. Supported backends are: gtk inline osx qt qt4 tk wx
Paul Ivanov -
r11295:cb27e730
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v1 / tests
__init__.py Loading ...
nbexamples.py Loading ...
test_json.py Loading ...
test_nbbase.py Loading ...