From 3e688493c3e95950a17d26eab3cefb61e3c0700b Mon Sep 17 00:00:00 2001 From: seangreaves Date: Sat, 7 Jan 2023 18:46:21 +0000 Subject: [PATCH] removed config from ignore --- .gitignore | 3 --- dashboard/Sugartrail.ipynb | 12 +----------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 83c4a7d..1d8dd28 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,3 @@ coverage.xml # Sphinx documentation docs/_build/ - -# API Keys -config/config.py diff --git a/dashboard/Sugartrail.ipynb b/dashboard/Sugartrail.ipynb index fcfbc39..27544a3 100644 --- a/dashboard/Sugartrail.ipynb +++ b/dashboard/Sugartrail.ipynb @@ -16,7 +16,7 @@ "outputs": [], "source": [ "from sugartrail import mapview, api, base\n", - "# import pandas as pd\n", + "import pandas as pd\n", "import ipywidgets as widgets\n", "from IPython.display import display, HTML\n", "import requests" @@ -130,8 +130,6 @@ " response = api.get_company(network.company_id)\n", " company_text.disabled=True\n", " if response:\n", - "# network.company_id = str(company_text.value)\n", - "# network = base.Network(company=str(company_text.value))\n", " init_status.value = u'\\u2705: Initialisation successful for ' + str(response['company_name']) \n", " depth_selector.disabled = False\n", " generate_network_button.disabled = False\n", @@ -280,14 +278,6 @@ "source": [ "download_link" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c8201809", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {