Skip to content

Commit

Permalink
Merge pull request #2049 from Esri/jy-rvw-smap
Browse files Browse the repository at this point in the history
update link endpoints
  • Loading branch information
jyaistMap authored Sep 14, 2024
2 parents 25e7fb1 + 2bc4056 commit e8f6969
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions guide/10-mapping-and-visualization/smart-mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"Smart mapping will help you understand the nature of the data (the statistics and spread), and suggest a set of color ramps designed by seasoned cartographers specifically for the desired style.\n",
"\n",
"To learn more about this exciting capability visit [the help page](http://www.esri.com/software/arcgis/smart-mapping) and [this blog article](https://blogs.esri.com/esri/arcgis/2015/03/02/introducing-smart-mapping/). Here is a [detailed help](http://doc.arcgis.com/en/arcgis-online/create-maps/change-style.htm) on the various ways you can symbolize your data."
"To learn more about this exciting capability visit [the help page](https://www.esri.com/en-us/capabilities/mapping/smart-mapping) and [this blog article](https://blogs.esri.com/esri/arcgis/2015/03/02/introducing-smart-mapping/). Here is a [detailed help](https://doc.arcgis.com/en/arcgis-online/reference/change-style.htm) on the various ways you can symbolize your data."
]
},
{
Expand Down Expand Up @@ -242,12 +242,7 @@
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"map2 = gis.map(\"Seattle, WA\")"
Expand All @@ -256,12 +251,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"map2"
Expand Down Expand Up @@ -472,7 +462,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit e8f6969

Please sign in to comment.