mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-11 21:18:30 +03:00
altered order
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from sugartrail import mapview, api, base\n",
|
||||
"import pandas as pd\n",
|
||||
"import ipywidgets as widgets\n",
|
||||
"from IPython.display import display, HTML\n",
|
||||
"import requests\n",
|
||||
"import pandas as pd"
|
||||
"import requests"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -126,9 +126,9 @@
|
||||
"\n",
|
||||
"def init_network():\n",
|
||||
" init_button.disabled=True\n",
|
||||
" company_text.disabled=True\n",
|
||||
"# api.basic_auth.username = API_input.value\n",
|
||||
" response = api.get_company(str(company_text.value))\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",
|
||||
|
||||
Reference in New Issue
Block a user