Skip to content

Commit 215f87f

Browse files
committed
make more output
1 parent 9a352bc commit 215f87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/acceptance/10_lab/10_notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IPython Notebook Outputs
1717
Open JupyterLab
1818
Launch a new JupyterLab Document
1919
: FOR ${i} IN RANGE ${10}
20-
\ Add and Run Cell print("hello world " * ${i})
20+
\ Add and Run Cell print("${i} hello world " * ${i ** 2})
2121
Wait Until Kernel Is Idle
2222
Screenshot Each Output of Active Document ${OUTPUT_DIR}${/}ipython_outputs/
2323

0 commit comments

Comments
 (0)