diff --git a/docs/notebooks/run_model_in_notebook.ipynb b/docs/notebooks/run_model_in_notebook.ipynb index ac5b8363..dffcf86e 100644 --- a/docs/notebooks/run_model_in_notebook.ipynb +++ b/docs/notebooks/run_model_in_notebook.ipynb @@ -120,6 +120,22 @@ "print(f'Model output dir {model.config[\"OutputPath\"]}')" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Perform 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." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%env DISPLAY=:1.0" + ] + }, { "cell_type": "code", "execution_count": 21,