Skip to content

Commit a2360f0

Browse files
authored
Merge pull request #1991 from Esri/jy-tornado-update
change text in layer list description
2 parents 1d09fec + 7afb986 commit a2360f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/04_gis_analysts_data_scientists/analyze_us_tornadoes.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"cell_type": "markdown",
187187
"metadata": {},
188188
"source": [
189-
"Since the item is a Feature Layer Collection, accessing the layers property gives us a list of FeatureLayer objects. The StatePop_5011 layer is the first layer in this item."
189+
"Since the item is a Feature Layer Collection, accessing the layers property gives us a list of FeatureLayer objects. The StatePop_5011 layer is in the last index position for the list of layers and tornadoes is in the first."
190190
]
191191
},
192192
{
@@ -636,7 +636,7 @@
636636
"notebookRuntimeVersion": "9.0"
637637
},
638638
"kernelspec": {
639-
"display_name": "Python 3",
639+
"display_name": "Python 3 (ipykernel)",
640640
"language": "python",
641641
"name": "python3"
642642
},
@@ -650,7 +650,7 @@
650650
"name": "python",
651651
"nbconvert_exporter": "python",
652652
"pygments_lexer": "ipython3",
653-
"version": "3.12.4"
653+
"version": "3.11.0"
654654
},
655655
"toc": {
656656
"base_numbering": 1,
@@ -667,5 +667,5 @@
667667
}
668668
},
669669
"nbformat": 4,
670-
"nbformat_minor": 2
670+
"nbformat_minor": 4
671671
}

0 commit comments

Comments
 (0)