From 31437d7437ab56a2076614b1cc030b32e58b1254 Mon Sep 17 00:00:00 2001 From: Yevhenii Semendiak Date: Mon, 6 Nov 2023 23:50:22 +0200 Subject: [PATCH] Cleanup example notebook --- docker/README.ipynb | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docker/README.ipynb b/docker/README.ipynb index 72dd3ee..e3a1d4f 100644 --- a/docker/README.ipynb +++ b/docker/README.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "68159e10-55e0-411d-8d02-7b4e36eb1bcc", "metadata": { "tags": [] @@ -40,7 +40,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "10bfe28c-5cce-4c02-84a4-f278be6352e8", "metadata": { "execution": { @@ -96,7 +96,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "4496fe20-83e4-4047-9315-b615cf8a1d3f", "metadata": { "execution": { @@ -108,15 +108,7 @@ }, "tags": [] }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Pi is roughly 3.145720\n" - ] - } - ], + "outputs": [], "source": [ "partitions = 2\n", "n = 100000 * partitions\n",