diff --git a/docs/notebooks/run_model_in_notebook.ipynb b/docs/notebooks/run_model_in_notebook.ipynb index dffcf86e..aaca5d7d 100644 --- a/docs/notebooks/run_model_in_notebook.ipynb +++ b/docs/notebooks/run_model_in_notebook.ipynb @@ -120,22 +120,6 @@ "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, @@ -241,6 +225,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": 7,