Skip to content

Commit 2723cf0

Browse files
committed
add text for notebook module
1 parent ac739d3 commit 2723cf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

guide/02-api-overview/overview-of-the-arcgis-api-for-python.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"The `arcgis.gis` module provides an information model for GIS hosted within ArcGIS Online or Portal for ArcGIS. This module provides functionality to manage (create, read, update and delete) GIS users, groups and content. This module is the most important and provides the entry point into the GIS. \n",
5353
"\n",
5454
"#### `arcgis.gis` submodules\n",
55-
"These submodules assist in various administrative level operations on server and server extension components of a Web GIS deployment. It also contains modules for working with auxiliary functionality such as managing [Notebook Server](/python/api-reference/arcgis.gis.nb.html) and various aspects of [sharing](/python/api-reference/arcgis.gis.sharing.html) to a Web GIS.\n",
55+
"These submodules assist in various administrative level operations on server and server extension components of a Web GIS deployment. It also contains modules for working with auxiliary functionality such as the specific deployments for ArcGIS Notebooks and various sharing aspects to a Web GIS.\n",
5656
"\n",
5757
"### `arcgis.env` module\n",
5858
"The `arcgis.env` module provides a shared environment used by the different modules. It stores globals such as the currently active GIS as well as environment settings that are common among all geoprocessing tools, such as the output spatial reference.\n",
@@ -72,6 +72,9 @@
7272
"### `arcgis.network` module\n",
7373
"The `arcgis.network` module contains classes and functions for network analysis. Network layers and analysis can be used for operations such as finding the closest facility, the best route for a vehicle, the best routes for a fleet of vehicles, locating facilities using location allocation, calculating an OD cost matrix, and generating service areas. \n",
7474
"\n",
75+
"### `arcgis.notebook` module\n",
76+
"The `arcgis.notebook` module serves to provide support functions for managing ArcGIS Notebooks that operate identically regardless of the Web GIS deployment type. These operations aid in snapshots and execution functionality.\n",
77+
"\n",
7578
"### `arcgis.schematics` module\n",
7679
"Schematics are simplified representations of networks, intended to explain their structure and make the way they operate understandable. The `arcgis.schematics` module contains the types and functions for working with schematic layers and datasets. \n",
7780
"\n",

0 commit comments

Comments
 (0)