diff --git a/notebooks/002_candy_connections.ipynb b/notebooks/002_candy_connections.ipynb index a001e63..1216953 100644 --- a/notebooks/002_candy_connections.ipynb +++ b/notebooks/002_candy_connections.ipynb @@ -80,7 +80,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "9c8ebc89", "metadata": {}, "outputs": [], @@ -168,7 +168,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "id": "df617fda", "metadata": {}, "outputs": [], @@ -198,12 +198,28 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "7bdde00f", "metadata": { "scrolled": false }, - "outputs": [], + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "d68aba9065b4429e9852696d97be010d", + "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": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# generate map\n", "map_data,path_table = mapview.build_map(western_crown_network) \n",