##// END OF EJS Templates
support %matplotlib nbagg...
MinRK -
Show More
@@ -21,6 +21,7 b" backends = {'tk': 'TkAgg',"
21 21 'qt4': 'Qt4Agg',
22 22 'qt5': 'Qt5Agg',
23 23 'osx': 'MacOSX',
24 'nbagg': 'nbAgg',
24 25 'inline' : 'module://IPython.kernel.zmq.pylab.backend_inline'}
25 26
26 27 # We also need a reverse backends2guis mapping that will properly choose which
@@ -39,6 +39,7 b' def _notify_stream_qt(kernel, stream):'
39 39 # mapping of keys to loop functions
40 40 loop_map = {
41 41 'inline': None,
42 'nbagg': None,
42 43 None : None,
43 44 }
44 45
General Comments 0
You need to be logged in to leave comments. Login now