Show More
@@ -24,7 +24,8 b" backends = {'tk': 'TkAgg'," | |||
|
24 | 24 | 'agg': 'agg', |
|
25 | 25 | 'inline': 'module://ipykernel.pylab.backend_inline', |
|
26 | 26 | 'ipympl': 'module://ipympl.backend_nbagg', |
|
27 | } | |
|
27 | 'widget': 'module://ipympl.backend_nbagg', | |
|
28 | } | |
|
28 | 29 | |
|
29 | 30 | # We also need a reverse backends2guis mapping that will properly choose which |
|
30 | 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