diff --git a/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb b/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb index 6aa91c82c35da42354f53da3cc65ec4d467854dc..1e9345a4b47f24f6d89fd2d37b61f6d43e60409e 100644 --- a/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb +++ b/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb @@ -7,22 +7,6 @@ "# Dask Extension" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## If you have problems with this tutorial, try to download the Notebook." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!wget https://jupyter-jsc.fz-juelich.de/static/files/Dask_JUWELS.ipynb" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -92,11 +76,11 @@ " memory=\"100GB\",\n", " shebang=\"#!/usr/bin/env bash\",\n", " queue=queue,\n", - " scheduler_options={\"dashboard_address\": \":56755\"},\n", + " scheduler_options={\"dashboard_address\": \":56764\"},\n", " walltime=\"00:30:00\",\n", " local_directory=\"/tmp\",\n", " death_timeout=\"15s\",\n", - " interface=\"ib1\",\n", + " interface=\"ib0\",\n", " log_directory=f'{os.environ[\"HOME\"]}/dask_jobqueue_logs/',\n", " project=project,\n", ")" @@ -142,7 +126,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "" + "" ] }, { @@ -400,7 +384,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.8.5" } }, "nbformat": 4,