Show More
@@ -14,7 +14,7 b" notebook file. The extracted figures are returned in the 'resources' dictionary" | |||||
14 | #----------------------------------------------------------------------------- |
|
14 | #----------------------------------------------------------------------------- | |
15 |
|
15 | |||
16 | import sys |
|
16 | import sys | |
17 |
from IPython.utils.traitlets import |
|
17 | from IPython.utils.traitlets import Unicode | |
18 | from .base import ConfigurableTransformer |
|
18 | from .base import ConfigurableTransformer | |
19 |
|
19 | |||
20 | #----------------------------------------------------------------------------- |
|
20 | #----------------------------------------------------------------------------- | |
@@ -27,7 +27,6 b' class ExtractFigureTransformer(ConfigurableTransformer):' | |||||
27 | figures are returned in the 'resources' dictionary. |
|
27 | figures are returned in the 'resources' dictionary. | |
28 | """ |
|
28 | """ | |
29 |
|
29 | |||
30 |
|
||||
31 | figure_filename_template = Unicode( |
|
30 | figure_filename_template = Unicode( | |
32 | "{unique_key}_{cell_index}_{index}.{extension}", config=True) |
|
31 | "{unique_key}_{cell_index}_{index}.{extension}", config=True) | |
33 |
|
32 |
General Comments 0
You need to be logged in to leave comments.
Login now