##// 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 / html / static / base / js
dialog.js Loading ...
events.js Loading ...
namespace.js Loading ...
page.js Loading ...
pagemain.js Loading ...
utils.js Loading ...