Show More
@@ -36,7 +36,7 b' class TransformerTestsBase(TestsBase):' | |||
|
36 | 36 | nbformat.new_output(output_type="stream", stream="stdout", output_text="d"), |
|
37 | 37 | nbformat.new_output(output_type="stream", stream="stderr", output_text="e"), |
|
38 | 38 | nbformat.new_output(output_type="stream", stream="stderr", output_text="f"), |
|
39 |
nbformat.new_output(output_type="png", output_png= |
|
|
39 | nbformat.new_output(output_type="png", output_png=b'Zw==')] #g | |
|
40 | 40 | |
|
41 | 41 | cells=[nbformat.new_code_cell(input="$ e $", prompt_number=1,outputs=outputs), |
|
42 | 42 | nbformat.new_text_cell('markdown', source="$ e $")] |
General Comments 0
You need to be logged in to leave comments.
Login now