From 19a66f3ff62a4d6d14a62d956a9b5147bdf27af8 Mon Sep 17 00:00:00 2001 From: Rolfes <alois.rolfes@hs-hannover.de> Date: Wed, 12 Jan 2022 14:33:39 +0100 Subject: [PATCH] readme and pandas --- .../requirements-checkpoint.txt | 2 + Balance_Binary.ipynb | 42 ++++--------------- README.md | 4 ++ requirements.txt | 1 + 4 files changed, 16 insertions(+), 33 deletions(-) diff --git a/.ipynb_checkpoints/requirements-checkpoint.txt b/.ipynb_checkpoints/requirements-checkpoint.txt index e76e091..7f7d907 100644 --- a/.ipynb_checkpoints/requirements-checkpoint.txt +++ b/.ipynb_checkpoints/requirements-checkpoint.txt @@ -1,2 +1,4 @@ voila voila-gridstack +ipysheet +pandas \ No newline at end of file diff --git a/Balance_Binary.ipynb b/Balance_Binary.ipynb index 9b71568..05d82e8 100644 --- a/Balance_Binary.ipynb +++ b/Balance_Binary.ipynb @@ -160,7 +160,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 2, "id": "eec838fd-a5a9-49c8-a873-07c0e3653622", "metadata": { "extensions": { @@ -188,7 +188,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 3, "id": "5e7dc37c-8fe1-4569-a233-e3e45f450ae2", "metadata": { "extensions": { @@ -214,7 +214,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 4, "id": "9a853d13-b21f-475a-8262-b9616bad6a60", "metadata": { "extensions": { @@ -237,7 +237,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "3b61942308af4a80ae7925cd8d0f83e0", + "model_id": "a14c09fb6e4d449d85e3998c338e1127", "version_major": 2, "version_minor": 0 }, @@ -255,7 +255,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 5, "id": "155a052c-b1b6-4098-8614-19388211296a", "metadata": { "extensions": { @@ -277,7 +277,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "6be30af1c3954d52ba1a8a26b2a93196", + "model_id": "a99b16fa3bae4d66b155606f3ec1a7ab", "version_major": 2, "version_minor": 0 }, @@ -295,7 +295,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 6, "id": "aa1fe3ad-55bb-491d-a677-ea20354ba5c1", "metadata": { "extensions": { @@ -317,7 +317,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "a7b9403b09c842cd849ebe6827a4801b", + "model_id": "76b526b9021d4012ae868d9ab72a0705", "version_major": 2, "version_minor": 0 }, @@ -331,7 +331,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "ed555c63520a4dd7a0a83be748fcfb44", + "model_id": "c2281ff85ea141c4a688e8af888f7ac2", "version_major": 2, "version_minor": 0 }, @@ -346,30 +346,6 @@ "source": [ "step.Show_GUI()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "e725524f-503a-4133-8445-2702b729abcf", - "metadata": { - "extensions": { - "jupyter_dashboards": { - "activeView": "grid_default", - "views": { - "grid_default": { - "col": null, - "height": 2, - "hidden": true, - "row": null, - "width": 2 - } - } - } - }, - "tags": [] - }, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/README.md b/README.md index 22af31a..fc34f70 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ [](https://mybinder.org/v2/gh/was-ist-immer/Binary_Balance/HEAD?urlpath=voila%2Frender%2FBalance_Binary.ipynb) + +## Run Jupyterlab + +[](https://mybinder.org/v2/gh/was-ist-immer/Binary_Balance/HEAD?urlpath=lab%2tree%2FBalance_Binary.ipynb) diff --git a/requirements.txt b/requirements.txt index a02b580..7f7d907 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ voila voila-gridstack ipysheet +pandas \ No newline at end of file -- GitLab