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