removed config from ignore

This commit is contained in:
seangreaves
2023-01-07 18:46:21 +00:00
parent ec030ba1bf
commit 3e688493c3
2 changed files with 1 additions and 14 deletions

3
.gitignore vendored
View File

@@ -48,6 +48,3 @@ coverage.xml
# Sphinx documentation
docs/_build/
# API Keys
config/config.py

View File

@@ -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": {