From bd0b2e003346482fb84a3ecac86c8100439382d2 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 29 Feb 2024 13:22:41 +0000 Subject: [PATCH] Remove redundant notebook cells --- src/primaite/notebooks/uc2_demo.ipynb | 33 +++------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/src/primaite/notebooks/uc2_demo.ipynb b/src/primaite/notebooks/uc2_demo.ipynb index cf973905..13fb7d80 100644 --- a/src/primaite/notebooks/uc2_demo.ipynb +++ b/src/primaite/notebooks/uc2_demo.ipynb @@ -345,7 +345,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": { "tags": [] }, @@ -357,7 +357,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": { "tags": [] }, @@ -412,7 +412,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -595,33 +595,6 @@ "env.reset()" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "net = env.game.simulation.network" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "dbc = net.get_node_by_hostname('client_1').software_manager.software.get('DatabaseClient')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "dbc._query_success_tracker" - ] - }, { "cell_type": "code", "execution_count": null,