Skip to content

Commit 32a63ee

Browse files
author
Akhil Negi
committed
fixing datetime.datetime.now() on cell 32
1 parent 21704a2 commit 32a63ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/04_gis_analysts_data_scientists/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@
16941694
" {\"xmin\":-10091700.007046243,\"ymin\":5225939.095608932,\n",
16951695
" \"xmax\":-9731528.729766665,\"ymax\":5422840.88047145,\n",
16961696
" \"spatialReference\":{\"wkid\":102100,\"latestWkid\":3857}}},\n",
1697-
" output_name=\"crime_hotspots_madison\" + str(datetime.now().microsecond))"
1697+
" output_name=\"crime_hotspots_madison\" + str(datetime.datetime.now().microsecond))"
16981698
]
16991699
},
17001700
{
@@ -1785,7 +1785,7 @@
17851785
"name": "python",
17861786
"nbconvert_exporter": "python",
17871787
"pygments_lexer": "ipython3",
1788-
"version": "3.7.10"
1788+
"version": "3.7.9"
17891789
}
17901790
},
17911791
"nbformat": 4,

0 commit comments

Comments
 (0)