##// END OF EJS Templates
MNT: add 'widget' as alias for ipympl
Thomas A Caswell -
Show More
@@ -24,7 +24,8 b" backends = {'tk': 'TkAgg',"
24 'agg': 'agg',
24 'agg': 'agg',
25 'inline': 'module://ipykernel.pylab.backend_inline',
25 'inline': 'module://ipykernel.pylab.backend_inline',
26 'ipympl': 'module://ipympl.backend_nbagg',
26 'ipympl': 'module://ipympl.backend_nbagg',
27 }
27 'widget': 'module://ipympl.backend_nbagg',
28 }
28
29
29 # We also need a reverse backends2guis mapping that will properly choose which
30 # We also need a reverse backends2guis mapping that will properly choose which
30 # GUI support to activate based on the desired matplotlib backend. For the
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