##// 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 / sphinxext
__init__.py Loading ...
ipython_console_highlighting.py Loading ...
ipython_directive.py Loading ...