File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Create Notebok Server Config
54
54
... user_settings_dir=${SETTINGS DIR }
55
55
... workspaces_dir=${WORKSPACES DIR }
56
56
# should be automatically enabled, so do not enable manually:
57
- Run Keyword Unless
58
- ... ${server_extension_enabled }
59
- ... Set Server Extension State ${ conf } enabled= ${ server_extension_enabled }
57
+ IF not ${ server_extension_enabled }
58
+ Set Server Extension State ${ conf } enabled= ${server_extension_enabled }
59
+ END
60
60
Update Jupyter Config ${conf } LanguageServerManager
61
61
... extra_node_roots=@{extra_node_roots }
62
62
@@ -151,8 +151,10 @@ Ensure All Kernels Are Shut Down
151
151
${els } = Get WebElements ${CMD PALETTE ITEM ACTIVE }
152
152
IF ${els.__len__() } Click Element ${CMD PALETTE ITEM ACTIVE }
153
153
${accept } = Set Variable css:.jp-mod-accept.jp-mod-warn
154
- IF ${els.__len__() } Wait Until Page Contains Element ${accept }
155
- IF ${els.__len__() } Click Element ${accept }
154
+ IF ${els.__len__() }
155
+ Wait Until Page Contains Element ${accept }
156
+ Click Element ${accept }
157
+ END
156
158
157
159
Open Command Palette
158
160
Press Keys id:main ${ACCEL } +SHIFT+c
You can’t perform that action at this time.
0 commit comments