Show More
@@ -46,9 +46,6 class Testsvg2pdf(PreprocessorTestsBase): | |||||
46 | data={'image/svg+xml':self.simple_svg}) |
|
46 | data={'image/svg+xml':self.simple_svg}) | |
47 | ] |
|
47 | ] | |
48 |
|
48 | |||
49 | slide_metadata = {'slideshow' : {'slide_type': 'slide'}} |
|
|||
50 | subslide_metadata = {'slideshow' : {'slide_type': 'subslide'}} |
|
|||
51 |
|
||||
52 | cells=[nbformat.new_code_cell(source="", execution_count=1, outputs=outputs)] |
|
49 | cells=[nbformat.new_code_cell(source="", execution_count=1, outputs=outputs)] | |
53 |
|
50 | |||
54 | return nbformat.new_notebook(cells=cells) |
|
51 | return nbformat.new_notebook(cells=cells) |
General Comments 0
You need to be logged in to leave comments.
Login now