Skip to content

Commit 97a40f6

Browse files
committed
replaced map widget outputs with corresponding PNGs
1 parent 53253b8 commit 97a40f6

1 file changed

Lines changed: 28 additions & 52 deletions

File tree

samples/04_gis_analysts_data_scientists/analyze_new_york_city_taxi_data.ipynb

Lines changed: 28 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,21 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 2,
78+
"execution_count": null,
7979
"metadata": {},
80-
"outputs": [
81-
{
82-
"data": {
83-
"application/vnd.jupyter.widget-view+json": {
84-
"model_id": "6205042142de4976a0f3e01f846dc152",
85-
"version_major": 2,
86-
"version_minor": 0
87-
},
88-
"text/plain": [
89-
"MapView(basemaps=['dark-gray', 'dark-gray-vector', 'gray', 'gray-vector', 'hybrid', 'national-geographic', 'oc…"
90-
]
91-
},
92-
"metadata": {},
93-
"output_type": "display_data"
94-
}
95-
],
80+
"outputs": [],
9681
"source": [
9782
"subset_map = ago_gis.map(\"New York, NY\", zoomlevel=11)\n",
9883
"subset_map"
9984
]
10085
},
86+
{
87+
"cell_type": "markdown",
88+
"metadata": {},
89+
"source": [
90+
"![nyc_subset_img](http://esri.github.io/arcgis-python-api/notebooks/nbimages/04_AnalyzingNYCtaxi_01.PNG)"
91+
]
92+
},
10193
{
10294
"cell_type": "code",
10395
"execution_count": 3,
@@ -802,29 +794,21 @@
802794
},
803795
{
804796
"cell_type": "code",
805-
"execution_count": 35,
797+
"execution_count": null,
806798
"metadata": {},
807-
"outputs": [
808-
{
809-
"data": {
810-
"application/vnd.jupyter.widget-view+json": {
811-
"model_id": "f489de38f45a417290c12ee4f7e09347",
812-
"version_major": 2,
813-
"version_minor": 0
814-
},
815-
"text/plain": [
816-
"MapView(basemaps=['dark-gray', 'dark-gray-vector', 'gray', 'gray-vector', 'hybrid', 'national-geographic', 'oc…"
817-
]
818-
},
819-
"metadata": {},
820-
"output_type": "display_data"
821-
}
822-
],
799+
"outputs": [],
823800
"source": [
824801
"processed_map = gis.map('New York, NY', 11)\n",
825802
"processed_map"
826803
]
827804
},
805+
{
806+
"cell_type": "markdown",
807+
"metadata": {},
808+
"source": [
809+
"![nyc_processed_img](http://esri.github.io/arcgis-python-api/notebooks/nbimages/04_AnalyzingNYCtaxi_02.PNG)"
810+
]
811+
},
828812
{
829813
"cell_type": "code",
830814
"execution_count": 36,
@@ -870,32 +854,24 @@
870854
},
871855
{
872856
"cell_type": "code",
873-
"execution_count": 39,
857+
"execution_count": null,
874858
"metadata": {},
875-
"outputs": [
876-
{
877-
"data": {
878-
"application/vnd.jupyter.widget-view+json": {
879-
"model_id": "3f3d171b09b44211bcec7ca24ad17ede",
880-
"version_major": 2,
881-
"version_minor": 0
882-
},
883-
"text/plain": [
884-
"MapView(basemaps=['dark-gray', 'dark-gray-vector', 'gray', 'gray-vector', 'hybrid', 'national-geographic', 'oc…"
885-
]
886-
},
887-
"metadata": {},
888-
"output_type": "display_data"
889-
}
890-
],
859+
"outputs": [],
891860
"source": [
892861
"map2 = gis.map(\"New York, NY\", 11)\n",
893862
"map2"
894863
]
895864
},
865+
{
866+
"cell_type": "markdown",
867+
"metadata": {},
868+
"source": [
869+
"![nyc_renderer_img](http://esri.github.io/arcgis-python-api/notebooks/nbimages/04_AnalyzingNYCtaxi_03.PNG)"
870+
]
871+
},
896872
{
897873
"cell_type": "code",
898-
"execution_count": 41,
874+
"execution_count": null,
899875
"metadata": {},
900876
"outputs": [],
901877
"source": [

0 commit comments

Comments
 (0)