Skip to content

Commit dddb4c1

Browse files
committed
start some docs
1 parent ff4e635 commit dddb4c1

File tree

21 files changed

+3122
-118
lines changed

21 files changed

+3122
-118
lines changed

atest/acceptance/10_lab/10_notebook.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Library Process
99
IPython Notebook
1010
Open JupyterLab
1111
Launch a new JupyterLab Document
12-
Add and Run Cell print("hello world")
13-
Wait Until Kernel Is Idle
12+
Add and Run JupyterLab Code Cell print("hello world")
13+
Wait Until JupyterLab Kernel Is Idle
1414
Capture Page Screenshot ipython.png
1515

1616
IPython Notebook Outputs
1717
Open JupyterLab
1818
Launch a new JupyterLab Document
1919
: FOR ${i} IN RANGE ${10}
2020
\ Add and Run Cell print("${i} hello world " * ${i ** 2})
21-
Wait Until Kernel Is Idle
22-
Screenshot Each Output of Active Document ipython_outputs${/}
21+
Wait Until JupyterLab Kernel Is Idle
22+
Screenshot Each Output of Active JupyterLab Document ipython_outputs${/}

0 commit comments

Comments
 (0)