You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notebooks/run_model_in_notebook.ipynb
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -120,22 +120,6 @@
120
120
"print(f'Model output dir {model.config[\"OutputPath\"]}')"
121
121
]
122
122
},
123
-
{
124
-
"cell_type": "markdown",
125
-
"metadata": {},
126
-
"source": [
127
-
"Perform <echo $DISPLAY> in a terminal in the Remote Desktop (of Crib Platform), and check the output (should be similar to :1.0 ). Then execute the following line accordingly."
128
-
]
129
-
},
130
-
{
131
-
"cell_type": "code",
132
-
"execution_count": null,
133
-
"metadata": {},
134
-
"outputs": [],
135
-
"source": [
136
-
"%env DISPLAY=:1.0"
137
-
]
138
-
},
139
123
{
140
124
"cell_type": "code",
141
125
"execution_count": 21,
@@ -241,6 +225,22 @@
241
225
"print(f'Model output dir {model.config[\"OutputPath\"]}')"
242
226
]
243
227
},
228
+
{
229
+
"cell_type": "markdown",
230
+
"metadata": {},
231
+
"source": [
232
+
"Perform <echo $DISPLAY> in a terminal in the Remote Desktop (of Crib Platform), and check the output (should be similar to :1.0 ). Then execute the following line accordingly."
0 commit comments