File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
samples/05_content_publishers Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 329
329
],
330
330
"source" : [
331
331
" # add the csv as an item\n " ,
332
- " item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \" item_type \" : \" CSV\" }\n " ,
332
+ " item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \" type \" : \" CSV\" }\n " ,
333
333
" root_folder = gis.content.folders.get()\n " ,
334
334
" csv_item = root_folder.add(item_properties=item_prop, file=my_csv).result()\n " ,
335
335
" csv_item"
906
906
{
907
907
"cell_type" : " markdown" ,
908
908
"metadata" : {
909
- "collapsed" : true
909
+ "collapsed" : true ,
910
+ "jupyter" : {
911
+ "outputs_hidden" : true
912
+ }
910
913
},
911
914
"source" : [
912
915
" ### Access the overwritten feature layer\n " ,
1019
1022
"name" : " python" ,
1020
1023
"nbconvert_exporter" : " python" ,
1021
1024
"pygments_lexer" : " ipython3" ,
1022
- "version" : " 3.9.18 "
1025
+ "version" : " 3.11.0 "
1023
1026
},
1024
1027
"toc" : {
1025
1028
"base_numbering" : 1 ,
1036
1039
}
1037
1040
},
1038
1041
"nbformat" : 4 ,
1039
- "nbformat_minor" : 1
1042
+ "nbformat_minor" : 4
1040
1043
}
You can’t perform that action at this time.
0 commit comments