Show More
@@ -3,7 +3,7 b'' | |||||
3 | // |
|
3 | // | |
4 | casper.notebookTest(function () { |
|
4 | casper.notebookTest(function () { | |
5 | this.evaluate(function () { |
|
5 | this.evaluate(function () { | |
6 |
var cell = IPython.notebook.get_ |
|
6 | var cell = IPython.notebook.get_cell(0); | |
7 | cell.set_text('a=10; print a'); |
|
7 | cell.set_text('a=10; print a'); | |
8 | cell.execute(); |
|
8 | cell.execute(); | |
9 | }); |
|
9 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now