##// END OF EJS Templates
Merge pull request #3608 from ivanov/nicer-backend-msg...
Merge pull request #3608 from ivanov/nicer-backend-msg 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
Matthias Bussonnier -
r11311:9be9a917 merge
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
blocking
inprocess
ioloop
tests
zmq
__init__.py Loading ...
channels.py Loading ...
channelsabc.py Loading ...
client.py Loading ...
clientabc.py Loading ...
connect.py Loading ...
launcher.py Loading ...
manager.py Loading ...
managerabc.py Loading ...
multikernelmanager.py Loading ...
restarter.py Loading ...