Show More
@@ -23,7 +23,9 b" backends = {'tk': 'TkAgg'," | |||||
23 | 'nbagg': 'nbAgg', |
|
23 | 'nbagg': 'nbAgg', | |
24 | 'notebook': 'nbAgg', |
|
24 | 'notebook': 'nbAgg', | |
25 | 'agg': 'agg', |
|
25 | 'agg': 'agg', | |
26 |
'inline' |
|
26 | 'inline': 'module://ipykernel.pylab.backend_inline', | |
|
27 | 'ipympl': 'module://ipympl.backend_nbagg', | |||
|
28 | } | |||
27 |
|
29 | |||
28 | # 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 | |
29 | # 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