Skip to content

Commit 26d684a

Browse files
committed
fixed typo
1 parent 49fa14e commit 26d684a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"\n",
7878
"#### [`load_from_file()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#load-from-file)\n",
7979
"\n",
80-
"This is the alternative way to create an `ItemGraph`. When working with a graph, users have the option to write it out to a saved [GML file format](https://networkx.org/documentation/stable/reference/readwrite/gml.html) via the [`write_to_file()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#arcgis.apps.itemgraph.ItemGraph.write_to_file) method. GML is a format commonly used for saving/loading graphs between graphing libraries. Passing in an `ItemGraph` GML file to this function will reconstruct a graph with the same ID's and relationships. Users have the option to populate each `ItemNode` with item objects, or leave them strictly with ID's/relationships for the sake of performance (which is good when loading in a graph with thousands of items). We won't cover this function in this guide, but please refer to this [sample](/python/lateste/samples/org-wide-dependency-graph) for an advanced workflow demonstrating it.\n",
80+
"This is the alternative way to create an `ItemGraph`. When working with a graph, users have the option to write it out to a saved [GML file format](https://networkx.org/documentation/stable/reference/readwrite/gml.html) via the [`write_to_file()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#arcgis.apps.itemgraph.ItemGraph.write_to_file) method. GML is a format commonly used for saving/loading graphs between graphing libraries. Passing in an `ItemGraph` GML file to this function will reconstruct a graph with the same ID's and relationships. Users have the option to populate each `ItemNode` with item objects, or leave them strictly with ID's/relationships for the sake of performance (which is good when loading in a graph with thousands of items). We won't cover this function in this guide, but please refer to this [sample](/python/latest/samples/org-wide-dependency-graph) for an advanced workflow demonstrating it.\n",
8181
"\n",
8282
"Now that we know the basics of the code, let's jump into it. We'll use `create_dependency_graph()` to create an `ItemGraph`, then examine `ItemNode` instances in the graph to learn what our org items contain, are contained by, require to exist, and are required by to exist. We'll start with a Survey123 item."
8383
]
@@ -991,7 +991,7 @@
991991
"name": "python",
992992
"nbconvert_exporter": "python",
993993
"pygments_lexer": "ipython3",
994-
"version": "3.13.2"
994+
"version": "3.11.10"
995995
}
996996
},
997997
"nbformat": 4,

0 commit comments

Comments
 (0)