File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Start three servers
3131
3232Notebook Files
3333 [Setup] Create File ${OUTPUT_DIR }${/ } foo.txt bar
34- ${nb1 } = Start New Jupyter Server stdout=${OUTPUT_DIR }${/ } files.log stderr=STDOUT
34+ ${nb1 } = Start New Jupyter Server stdout=${OUTPUT_DIR }${/ } files.log stderr=STDOUT
3535 Copy Files to Jupyter Directory ${OUTPUT_DIR }${/ } *.txt
3636 ${nbdir } = Get Jupyter Directory ${nb1 }
3737 ${out } = Get File ${nbdir }${/ } foo.txt
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ IPython Notebook Outputs
1919 : FOR ${i } IN RANGE ${10 }
2020 \ Add and Run Cell print("${i } hello world " * ${i ** 2 } )
2121 Wait Until Kernel Is Idle
22- Screenshot Each Output of Active Document ${OUTPUT_DIR }${/ } ipython_outputs/
22+ Screenshot Each Output of Active Document ${OUTPUT_DIR }${/ } ipython_outputs${ / }
You can’t perform that action at this time.
0 commit comments