##// END OF EJS Templates
consistently get the first cell
Paul Ivanov -
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_selected_cell();
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