From 2d05e2328b7563d43298bf76bc9807387403f02b Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Tue, 5 Dec 2023 16:45:11 +0100 Subject: [PATCH] add a comment --- example/3_example_DNN_training.ipynb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/example/3_example_DNN_training.ipynb b/example/3_example_DNN_training.ipynb index c41a71b..6044e83 100644 --- a/example/3_example_DNN_training.ipynb +++ b/example/3_example_DNN_training.ipynb @@ -803,7 +803,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 32, "id": "12e262ee-3d20-4d4b-b889-48d06549735b", "metadata": { "editable": true, @@ -899,10 +899,18 @@ " print(\"=========================================\")" ] }, + { + "cell_type": "markdown", + "id": "34cf787f-af84-4caa-b999-1a82ba8984b7", + "metadata": {}, + "source": [ + "Shutdown the client to free up the resources click on SHUTDOWN in the Dask JupyterLab extension." + ] + }, { "cell_type": "code", "execution_count": null, - "id": "7d90eec7-119b-4ab1-ba64-764babf5f453", + "id": "b04d361c-4e4a-43b1-a503-63b4c5d25065", "metadata": {}, "outputs": [], "source": []