Show More
@@ -14,7 +14,7 casper.notebook_test(function () { | |||
|
14 | 14 | this.evaluate(function () { |
|
15 | 15 | var cell = IPython.notebook.get_cell(0); |
|
16 | 16 | cell.set_text( "dp = get_ipython().display_pub\n" + |
|
17 |
"dp.publish( |
|
|
17 | "dp.publish({'text/plain' : '5', 'image/png' : 5})" | |
|
18 | 18 | ); |
|
19 | 19 | cell.execute(); |
|
20 | 20 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now