Skip to content

Commit d76c700

Browse files
authored
Add <echo $DISPLAY>
1 parent 2cc6c44 commit d76c700

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

docs/notebooks/run_model_in_notebook.ipynb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -120,22 +120,6 @@
120120
"print(f'Model output dir {model.config[\"OutputPath\"]}')"
121121
]
122122
},
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-
},
139123
{
140124
"cell_type": "code",
141125
"execution_count": 21,
@@ -241,6 +225,22 @@
241225
"print(f'Model output dir {model.config[\"OutputPath\"]}')"
242226
]
243227
},
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."
233+
]
234+
},
235+
{
236+
"cell_type": "code",
237+
"execution_count": null,
238+
"metadata": {},
239+
"outputs": [],
240+
"source": [
241+
"%env DISPLAY=:1.0"
242+
]
243+
},
244244
{
245245
"cell_type": "code",
246246
"execution_count": 7,

0 commit comments

Comments
 (0)