##// END OF EJS Templates
Add support for ipympl backend to magic...
Jens Hedegaard Nielsen -
Show More
@@ -23,7 +23,9 b" backends = {'tk': 'TkAgg',"
23 23 'nbagg': 'nbAgg',
24 24 'notebook': 'nbAgg',
25 25 'agg': 'agg',
26 'inline' : 'module://ipykernel.pylab.backend_inline'}
26 'inline': 'module://ipykernel.pylab.backend_inline',
27 'ipympl': 'module://ipympl.backend_nbagg',
28 }
27 29
28 30 # We also need a reverse backends2guis mapping that will properly choose which
29 31 # GUI support to activate based on the desired matplotlib backend. For the
General Comments 0
You need to be logged in to leave comments. Login now