We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a352bc commit 215f87fCopy full SHA for 215f87f
atest/acceptance/10_lab/10_notebook.robot
@@ -17,7 +17,7 @@ IPython Notebook Outputs
17
Open JupyterLab
18
Launch a new JupyterLab Document
19
: FOR ${i} IN RANGE ${10}
20
- \ Add and Run Cell print("hello world " * ${i})
+ \ Add and Run Cell print("${i} hello world " * ${i ** 2})
21
Wait Until Kernel Is Idle
22
Screenshot Each Output of Active Document ${OUTPUT_DIR}${/}ipython_outputs/
23
0 commit comments