diff --git a/Quickstart.ipynb b/Quickstart.ipynb index e0ad5b2..e1f2af8 100644 --- a/Quickstart.ipynb +++ b/Quickstart.ipynb @@ -10,7 +10,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": null, "id": "f17ebdd2", "metadata": {}, "outputs": [], @@ -29,7 +29,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "4a9639e6", "metadata": {}, "outputs": [], @@ -48,7 +48,7 @@ "metadata": {}, "outputs": [], "source": [ - "api.basic_auth.username = \"\"" + "api.basic_auth.username = \"829952e2-23ab-44ab-b6e3-efb57f2fceb7\"" ] }, { @@ -93,7 +93,7 @@ }, "outputs": [], "source": [ - "n = 2\n", + "n = 3\n", "network = base.Network(company_id=company_id)\n", "network.perform_hop(n)" ] @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "01dca0cf", "metadata": { "scrolled": true, @@ -126,23 +126,7 @@ "7" ] }, - "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a3cd4271e1074f26b5b9cc0a8bd8c430", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "VBox(children=(Map(center=[50, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title',…" - ] - }, - "execution_count": 17, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "map_data,path_table = mapview.build_map(network) \n", "hbox = HBox([path_table])\n", @@ -180,7 +164,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.12" + "version": "3.9.15" } }, "nbformat": 4,