File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ Create Notebok Server Config
41
41
[Documentation] Copies in notebook server config file and updates accordingly
42
42
[Arguments] ${server_extension_enabled } =${True }
43
43
${conf } = Set Variable ${NOTEBOOK DIR }${/ }${JPSERVER CONF JSON }
44
+ Set Environment Variable
45
+ ... name=JUPYTER_CONFIG_DIR
46
+ ... value=${NOTEBOOK DIR }
44
47
${extra_node_roots } = Create List ${ROOT }
45
48
${port } = Get Unused Port
46
49
Set Global Variable ${PORT } ${port }
@@ -217,7 +220,7 @@ Ensure Sidebar Is Closed
217
220
END
218
221
219
222
Refresh File List
220
- IF ' ${LAB VERSION } '.startswith('3.4')
223
+ IF [int(part) for part in " ${LAB VERSION } ".split(".")] >= [3, 4, 0]
221
224
Click Element ${JLAB CSS REFRESH FILES }
222
225
ELSE
223
226
Click Element ${JLAB CSS REFRESH F_OLD }
You can’t perform that action at this time.
0 commit comments