mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-12 13:38:29 +03:00
removed config from ignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -48,6 +48,3 @@ coverage.xml
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# API Keys
|
||||
config/config.py
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user