Show More
@@ -79,7 +79,8 b' class InlineBackend(InlineBackendConfig):' | |||||
79 | else: |
|
79 | else: | |
80 | select_figure_format(self.shell, new) |
|
80 | select_figure_format(self.shell, new) | |
81 |
|
81 | |||
82 | figure_format = Unicode() |
|
82 | figure_format = Unicode(config=True, help="""The figure format to enable (deprecated | |
|
83 | use `figure_formats` instead)""") | |||
83 |
|
84 | |||
84 | def _figure_format_changed(self, name, old, new): |
|
85 | def _figure_format_changed(self, name, old, new): | |
85 | if new: |
|
86 | if new: |
General Comments 0
You need to be logged in to leave comments.
Login now