From 63f916788e0e78da1e7aef3874fc792ed8fbe8ce Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Tue, 20 Apr 2021 18:06:07 +0200 Subject: [PATCH] update Dask JUWELS notebook --- .../002-JupyterExtensions/Dask_JUWELS.ipynb | 24 ++++--------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb b/001-Jupyter/002-JupyterExtensions/Dask_JUWELS.ipynb index 6aa91c8..1e9345a 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, -- GitLab