Skip to content

Commit 3e7e64b

Browse files
committed
Merge remote-tracking branch 'upstream/next' into next
2 parents de7d5e9 + ff4de46 commit 3e7e64b

File tree

132 files changed

+2842
-690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+2842
-690
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
"name": "python",
560560
"nbconvert_exporter": "python",
561561
"pygments_lexer": "ipython3",
562-
"version": "3.7.11"
562+
"version": "3.8.2"
563563
},
564564
"toc": {
565565
"base_numbering": 1,

guide/01-getting-started/system-requirements.ipynb

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# System requirements\n",
8-
"\n",
7+
"# System requirements"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {
13+
"toc": true
14+
},
15+
"source": [
16+
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
17+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#System-requirements\" data-toc-modified-id=\"System-requirements-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>System requirements</a></span><ul class=\"toc-item\"><li><span><a href=\"#Operating-System\" data-toc-modified-id=\"Operating-System-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>Operating System</a></span></li><li><span><a href=\"#Python-Version\" data-toc-modified-id=\"Python-Version-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Python Version</a></span></li><li><span><a href=\"#Dependencies\" data-toc-modified-id=\"Dependencies-1.3\"><span class=\"toc-item-num\">1.3&nbsp;&nbsp;</span>Dependencies</a></span><ul class=\"toc-item\"><li><span><a href=\"#Optional-Dependencies\" data-toc-modified-id=\"Optional-Dependencies-1.3.1\"><span class=\"toc-item-num\">1.3.1&nbsp;&nbsp;</span>Optional Dependencies</a></span></li></ul></li></ul></li></ul></div>"
18+
]
19+
},
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {},
23+
"source": [
924
"## Operating System \n",
1025
"The ArcGIS API for Python is compatible with 32-bit and 64-bit versions of Windows, macOS, and Linux.\n",
1126
"\n",
@@ -37,15 +52,6 @@
3752
"* [beautifulsoup](https://www.crummy.com/software/BeautifulSoup/) - used when authenticating with OAuth2.\n",
3853
"* [dill](https://pypi.org/project/dill/#description) - used when creating a Python toolbox from a method."
3954
]
40-
},
41-
{
42-
"cell_type": "code",
43-
"execution_count": null,
44-
"metadata": {
45-
"collapsed": true
46-
},
47-
"outputs": [],
48-
"source": []
4955
}
5056
],
5157
"metadata": {
@@ -64,7 +70,20 @@
6470
"name": "python",
6571
"nbconvert_exporter": "python",
6672
"pygments_lexer": "ipython3",
67-
"version": "3.6.5"
73+
"version": "3.8.2"
74+
},
75+
"toc": {
76+
"base_numbering": 1,
77+
"nav_menu": {},
78+
"number_sections": true,
79+
"sideBar": true,
80+
"skip_h1_title": false,
81+
"title_cell": "Table of Contents",
82+
"title_sidebar": "Contents",
83+
"toc_cell": true,
84+
"toc_position": {},
85+
"toc_section_display": true,
86+
"toc_window_display": true
6887
}
6988
},
7089
"nbformat": 4,

guide/01-getting-started/understanding-conda.ipynb

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
"See [Anaconda or Miniconda](https://conda.io/docs/user-guide/install/download.html#anaconda-or-miniconda) for an explanation of differences."
1616
]
1717
},
18+
{
19+
"cell_type": "markdown",
20+
"metadata": {
21+
"toc": true
22+
},
23+
"source": [
24+
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
25+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Understanding-Conda\" data-toc-modified-id=\"Understanding-Conda-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Understanding Conda</a></span><ul class=\"toc-item\"><li><span><a href=\"#The-Conda-Basics\" data-toc-modified-id=\"The-Conda-Basics-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>The Conda Basics</a></span></li><li><span><a href=\"#Conda-Environments\" data-toc-modified-id=\"Conda-Environments-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Conda Environments</a></span><ul class=\"toc-item\"><li><span><a href=\"#ArcGIS-Pro\" data-toc-modified-id=\"ArcGIS-Pro-1.2.1\"><span class=\"toc-item-num\">1.2.1&nbsp;&nbsp;</span>ArcGIS Pro</a></span></li><li><span><a href=\"#Anaconda-Distribution\" data-toc-modified-id=\"Anaconda-Distribution-1.2.2\"><span class=\"toc-item-num\">1.2.2&nbsp;&nbsp;</span>Anaconda Distribution</a></span></li></ul></li><li><span><a href=\"#Activating-Environments\" data-toc-modified-id=\"Activating-Environments-1.3\"><span class=\"toc-item-num\">1.3&nbsp;&nbsp;</span>Activating Environments</a></span></li><li><span><a href=\"#Adding-Packages-to-Environments\" data-toc-modified-id=\"Adding-Packages-to-Environments-1.4\"><span class=\"toc-item-num\">1.4&nbsp;&nbsp;</span>Adding Packages to Environments</a></span></li><li><span><a href=\"#Setting-up-IDEs\" data-toc-modified-id=\"Setting-up-IDEs-1.5\"><span class=\"toc-item-num\">1.5&nbsp;&nbsp;</span>Setting up IDEs</a></span></li><li><span><a href=\"#Step-by-Step-on-macOS:-A-GIS-Environment\" data-toc-modified-id=\"Step-by-Step-on-macOS:-A-GIS-Environment-1.6\"><span class=\"toc-item-num\">1.6&nbsp;&nbsp;</span>Step by Step on macOS: A GIS Environment</a></span><ul class=\"toc-item\"><li><span><a href=\"#Create-an-environment:\" data-toc-modified-id=\"Create-an-environment:-1.6.1\"><span class=\"toc-item-num\">1.6.1&nbsp;&nbsp;</span>Create an environment:</a></span></li><li><span><a href=\"#Install-the-ArcGIS-API-for-Python¶\" data-toc-modified-id=\"Install-the-ArcGIS-API-for-Python¶-1.6.2\"><span class=\"toc-item-num\">1.6.2&nbsp;&nbsp;</span>Install the ArcGIS API for Python¶</a></span></li><li><span><a href=\"#Activate-the-environment\" data-toc-modified-id=\"Activate-the-environment-1.6.3\"><span class=\"toc-item-num\">1.6.3&nbsp;&nbsp;</span>Activate the environment</a></span></li><li><span><a href=\"#Start-the-Jupyter-Notebook\" data-toc-modified-id=\"Start-the-Jupyter-Notebook-1.6.4\"><span class=\"toc-item-num\">1.6.4&nbsp;&nbsp;</span>Start the Jupyter Notebook</a></span></li></ul></li></ul></li></ul></div>"
26+
]
27+
},
1828
{
1929
"cell_type": "markdown",
2030
"metadata": {},
@@ -204,7 +214,20 @@
204214
"name": "python",
205215
"nbconvert_exporter": "python",
206216
"pygments_lexer": "ipython3",
207-
"version": "3.7.11"
217+
"version": "3.8.2"
218+
},
219+
"toc": {
220+
"base_numbering": 1,
221+
"nav_menu": {},
222+
"number_sections": true,
223+
"sideBar": true,
224+
"skip_h1_title": false,
225+
"title_cell": "Table of Contents",
226+
"title_sidebar": "Contents",
227+
"toc_cell": true,
228+
"toc_position": {},
229+
"toc_section_display": true,
230+
"toc_window_display": true
208231
},
209232
"varInspector": {
210233
"cols": {

guide/01-getting-started/using-the-jupyter-notebook-environment.ipynb

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"This section provides a quick introduction to the Jupyter Notebook environment where you can run Python code in an interactive manner and visualize the output as maps and charts. Refer to the [official Jupyter documentation](http://jupyter.readthedocs.io/en/latest/) and [this quick start guide](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/index.html) for further details."
1010
]
1111
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {
15+
"toc": true
16+
},
17+
"source": [
18+
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
19+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Using-the-Jupyter-Notebook-environment\" data-toc-modified-id=\"Using-the-Jupyter-Notebook-environment-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Using the Jupyter Notebook environment</a></span><ul class=\"toc-item\"><li><span><a href=\"#Starting-the-Jupyter-Notebook-environment\" data-toc-modified-id=\"Starting-the-Jupyter-Notebook-environment-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>Starting the Jupyter Notebook environment</a></span></li><li><span><a href=\"#Running-the-sample-notebooks\" data-toc-modified-id=\"Running-the-sample-notebooks-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Running the sample notebooks</a></span></li><li><span><a href=\"#Creating-new-notebooks\" data-toc-modified-id=\"Creating-new-notebooks-1.3\"><span class=\"toc-item-num\">1.3&nbsp;&nbsp;</span>Creating new notebooks</a></span></li><li><span><a href=\"#Further-help-and-keyboard-shortcuts\" data-toc-modified-id=\"Further-help-and-keyboard-shortcuts-1.4\"><span class=\"toc-item-num\">1.4&nbsp;&nbsp;</span>Further help and keyboard shortcuts</a></span></li></ul></li></ul></div>"
20+
]
21+
},
1222
{
1323
"cell_type": "markdown",
1424
"metadata": {},
@@ -111,7 +121,20 @@
111121
"name": "python",
112122
"nbconvert_exporter": "python",
113123
"pygments_lexer": "ipython3",
114-
"version": "3.6.1"
124+
"version": "3.8.2"
125+
},
126+
"toc": {
127+
"base_numbering": 1,
128+
"nav_menu": {},
129+
"number_sections": true,
130+
"sideBar": true,
131+
"skip_h1_title": false,
132+
"title_cell": "Table of Contents",
133+
"title_sidebar": "Contents",
134+
"toc_cell": true,
135+
"toc_position": {},
136+
"toc_section_display": true,
137+
"toc_window_display": true
115138
}
116139
},
117140
"nbformat": 4,

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

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Overview of the ArcGIS API for Python\n",
8-
"\n",
7+
"# Overview of the ArcGIS API for Python"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {
13+
"toc": true
14+
},
15+
"source": [
16+
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
17+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Overview-of-the-ArcGIS-API-for-Python\" data-toc-modified-id=\"Overview-of-the-ArcGIS-API-for-Python-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Overview of the ArcGIS API for Python</a></span><ul class=\"toc-item\"><li><span><a href=\"#A-Pythonic-GIS-API\" data-toc-modified-id=\"A-Pythonic-GIS-API-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>A Pythonic GIS API</a></span></li><li><span><a href=\"#Architecture-of-the-API\" data-toc-modified-id=\"Architecture-of-the-API-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Architecture of the API</a></span><ul class=\"toc-item\"><li><span><a href=\"#arcgis.gis-module\" data-toc-modified-id=\"arcgis.gis-module-1.2.1\"><span class=\"toc-item-num\">1.2.1&nbsp;&nbsp;</span><code>arcgis.gis</code> module</a></span></li><li><span><a href=\"#arcgis.env-module\" data-toc-modified-id=\"arcgis.env-module-1.2.2\"><span class=\"toc-item-num\">1.2.2&nbsp;&nbsp;</span><code>arcgis.env</code> module</a></span></li><li><span><a href=\"#arcgis.features-module\" data-toc-modified-id=\"arcgis.features-module-1.2.3\"><span class=\"toc-item-num\">1.2.3&nbsp;&nbsp;</span><code>arcgis.features</code> module</a></span></li><li><span><a href=\"#arcgis.raster-module\" data-toc-modified-id=\"arcgis.raster-module-1.2.4\"><span class=\"toc-item-num\">1.2.4&nbsp;&nbsp;</span><code>arcgis.raster</code> module</a></span></li><li><span><a href=\"#arcgis.network-module\" data-toc-modified-id=\"arcgis.network-module-1.2.5\"><span class=\"toc-item-num\">1.2.5&nbsp;&nbsp;</span><code>arcgis.network</code> module</a></span></li><li><span><a href=\"#arcgis.schematics-module\" data-toc-modified-id=\"arcgis.schematics-module-1.2.6\"><span class=\"toc-item-num\">1.2.6&nbsp;&nbsp;</span><code>arcgis.schematics</code> module</a></span></li><li><span><a href=\"#arcgis.geoanalytics-module\" data-toc-modified-id=\"arcgis.geoanalytics-module-1.2.7\"><span class=\"toc-item-num\">1.2.7&nbsp;&nbsp;</span><code>arcgis.geoanalytics</code> module</a></span></li><li><span><a href=\"#arcgis.geocoding-module\" data-toc-modified-id=\"arcgis.geocoding-module-1.2.8\"><span class=\"toc-item-num\">1.2.8&nbsp;&nbsp;</span><code>arcgis.geocoding</code> module</a></span></li><li><span><a href=\"#arcgis.geometry-module\" data-toc-modified-id=\"arcgis.geometry-module-1.2.9\"><span class=\"toc-item-num\">1.2.9&nbsp;&nbsp;</span><code>arcgis.geometry</code> module</a></span></li><li><span><a href=\"#arcgis.geoenrichment-module\" data-toc-modified-id=\"arcgis.geoenrichment-module-1.2.10\"><span class=\"toc-item-num\">1.2.10&nbsp;&nbsp;</span><code>arcgis.geoenrichment</code> module</a></span></li><li><span><a href=\"#arcgis.geoprocessing-module\" data-toc-modified-id=\"arcgis.geoprocessing-module-1.2.11\"><span class=\"toc-item-num\">1.2.11&nbsp;&nbsp;</span><code>arcgis.geoprocessing</code> module</a></span></li><li><span><a href=\"#arcgis.realtime-module\" data-toc-modified-id=\"arcgis.realtime-module-1.2.12\"><span class=\"toc-item-num\">1.2.12&nbsp;&nbsp;</span><code>arcgis.realtime</code> module</a></span></li><li><span><a href=\"#arcgis.mapping-module\" data-toc-modified-id=\"arcgis.mapping-module-1.2.13\"><span class=\"toc-item-num\">1.2.13&nbsp;&nbsp;</span><code>arcgis.mapping</code> module</a></span></li><li><span><a href=\"#arcgis.widgets-module\" data-toc-modified-id=\"arcgis.widgets-module-1.2.14\"><span class=\"toc-item-num\">1.2.14&nbsp;&nbsp;</span><code>arcgis.widgets</code> module</a></span></li><li><span><a href=\"#arcgis.apps-module\" data-toc-modified-id=\"arcgis.apps-module-1.2.15\"><span class=\"toc-item-num\">1.2.15&nbsp;&nbsp;</span><code>arcgis.apps</code> module</a></span><ul class=\"toc-item\"><li><span><a href=\"#How-this-website-is-organized\" data-toc-modified-id=\"How-this-website-is-organized-1.2.15.1\"><span class=\"toc-item-num\">1.2.15.1&nbsp;&nbsp;</span>How this website is organized</a></span></li></ul></li></ul></li></ul></li></ul></div>"
18+
]
19+
},
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {},
23+
"source": [
924
"The ArcGIS API for Python is a powerful, modern and easy to use Pythonic library to perform GIS visualization and analysis, spatial data management and GIS system administration tasks that can run both interactively, and using scripts.\n",
1025
"\n",
1126
"## A Pythonic GIS API\n",
@@ -107,7 +122,20 @@
107122
"name": "python",
108123
"nbconvert_exporter": "python",
109124
"pygments_lexer": "ipython3",
110-
"version": "3.6.4"
125+
"version": "3.8.2"
126+
},
127+
"toc": {
128+
"base_numbering": 1,
129+
"nav_menu": {},
130+
"number_sections": true,
131+
"sideBar": true,
132+
"skip_h1_title": false,
133+
"title_cell": "Table of Contents",
134+
"title_sidebar": "Contents",
135+
"toc_cell": true,
136+
"toc_position": {},
137+
"toc_section_display": true,
138+
"toc_window_display": true
111139
}
112140
},
113141
"nbformat": 4,

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,17 @@
66
"source": [
77
"# Accessing and creating content\n",
88
"\n",
9-
"Your GIS can host a [variety of maps, web layers, analytical tools, apps](http://doc.arcgis.com/en/arcgis-online/reference/geo-info.htm) and [individual files](http://doc.arcgis.com/en/arcgis-online/share-maps/supported-items.htm). Using the `gis` module, you can search for, access and manage all your folders, contents and automate such maintenance workflows as scripts.\n",
10-
"\n",
11-
"In this page, we are going to observe how the following can be accomplished:\n",
12-
" * [Import libraries](#Import-libraries)\n",
13-
" * [About search](#About-search)\n",
14-
" * [Search tip](#Search-Tip)\n",
15-
" * [Searching for content](#searching-for-content)\n",
16-
" * [Wild card search](#wild-card-search)\n",
17-
" * [Searching for content outside your portal](#Searching-for-content-outside-your-portal)\n",
18-
" * [Searching for content in ArcGIS Online](#Searching-for-content-in-ArcGIS-Online)\n",
19-
" * [Creating new content](#Creating-new-content)\n",
20-
" * [Publishing an item as a web layer](#Publishing-an-item-as-a-web-layer)\n",
21-
" * [Importing data from a pandas dataframe](#Importing-data-from-a-pandas-data-frame)\n",
22-
" * [Publishing an empty service](#Publishing-an-empty-service)\n",
23-
" * [Organizing content](#Organizing-content)\n",
24-
" * [Using folders to organize your content](#Using-folders-to-organize-your-content)"
9+
"Your GIS can host a [variety of maps, web layers, analytical tools, apps](http://doc.arcgis.com/en/arcgis-online/reference/geo-info.htm) and [individual files](http://doc.arcgis.com/en/arcgis-online/share-maps/supported-items.htm). Using the `gis` module, you can search for, access and manage all your folders, contents and automate such maintenance workflows as scripts."
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {
15+
"toc": true
16+
},
17+
"source": [
18+
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
19+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Accessing-and-creating-content\" data-toc-modified-id=\"Accessing-and-creating-content-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Accessing and creating content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Import-libraries\" data-toc-modified-id=\"Import-libraries-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>Import libraries</a></span></li><li><span><a href=\"#About-search\" data-toc-modified-id=\"About-search-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>About search</a></span><ul class=\"toc-item\"><li><ul class=\"toc-item\"><li><span><a href=\"#Search-Tip\" data-toc-modified-id=\"Search-Tip-1.2.0.1\"><span class=\"toc-item-num\">1.2.0.1&nbsp;&nbsp;</span>Search Tip</a></span></li></ul></li></ul></li><li><span><a href=\"#Searching-for-content\" data-toc-modified-id=\"Searching-for-content-1.3\"><span class=\"toc-item-num\">1.3&nbsp;&nbsp;</span>Searching for content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Wild-card-search\" data-toc-modified-id=\"Wild-card-search-1.3.1\"><span class=\"toc-item-num\">1.3.1&nbsp;&nbsp;</span>Wild card search</a></span></li><li><span><a href=\"#Searching-for-content-outside-your-portal\" data-toc-modified-id=\"Searching-for-content-outside-your-portal-1.3.2\"><span class=\"toc-item-num\">1.3.2&nbsp;&nbsp;</span>Searching for content outside your portal</a></span></li><li><span><a href=\"#Searching-for-content-in-ArcGIS-Online\" data-toc-modified-id=\"Searching-for-content-in-ArcGIS-Online-1.3.3\"><span class=\"toc-item-num\">1.3.3&nbsp;&nbsp;</span>Searching for content in ArcGIS Online</a></span></li></ul></li><li><span><a href=\"#Creating-new-content\" data-toc-modified-id=\"Creating-new-content-1.4\"><span class=\"toc-item-num\">1.4&nbsp;&nbsp;</span>Creating new content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Publishing-an-item-as-a-web-layer\" data-toc-modified-id=\"Publishing-an-item-as-a-web-layer-1.4.1\"><span class=\"toc-item-num\">1.4.1&nbsp;&nbsp;</span>Publishing an item as a web layer</a></span></li><li><span><a href=\"#Importing-data-from-a-pandas-data-frame\" data-toc-modified-id=\"Importing-data-from-a-pandas-data-frame-1.4.2\"><span class=\"toc-item-num\">1.4.2&nbsp;&nbsp;</span>Importing data from a pandas data frame</a></span></li><li><span><a href=\"#Publishing-an-empty-service\" data-toc-modified-id=\"Publishing-an-empty-service-1.4.3\"><span class=\"toc-item-num\">1.4.3&nbsp;&nbsp;</span>Publishing an empty service</a></span></li></ul></li><li><span><a href=\"#Organizing-content\" data-toc-modified-id=\"Organizing-content-1.5\"><span class=\"toc-item-num\">1.5&nbsp;&nbsp;</span>Organizing content</a></span><ul class=\"toc-item\"><li><span><a href=\"#Using-folders-to-organize-your-content\" data-toc-modified-id=\"Using-folders-to-organize-your-content-1.5.1\"><span class=\"toc-item-num\">1.5.1&nbsp;&nbsp;</span>Using folders to organize your content</a></span></li></ul></li><li><span><a href=\"#Summary\" data-toc-modified-id=\"Summary-1.6\"><span class=\"toc-item-num\">1.6&nbsp;&nbsp;</span>Summary</a></span></li></ul></li></ul></div>"
2520
]
2621
},
2722
{
@@ -2389,7 +2384,20 @@
23892384
"name": "python",
23902385
"nbconvert_exporter": "python",
23912386
"pygments_lexer": "ipython3",
2392-
"version": "3.6.8"
2387+
"version": "3.8.2"
2388+
},
2389+
"toc": {
2390+
"base_numbering": 1,
2391+
"nav_menu": {},
2392+
"number_sections": true,
2393+
"sideBar": true,
2394+
"skip_h1_title": false,
2395+
"title_cell": "Table of Contents",
2396+
"title_sidebar": "Contents",
2397+
"toc_cell": true,
2398+
"toc_position": {},
2399+
"toc_section_display": true,
2400+
"toc_window_display": true
23932401
}
23942402
},
23952403
"nbformat": 4,

guide/03-the-gis/accessing-and-managing-groups.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
"name": "python",
666666
"nbconvert_exporter": "python",
667667
"pygments_lexer": "ipython3",
668-
"version": "3.6.6"
668+
"version": "3.8.2"
669669
},
670670
"toc": {
671671
"base_numbering": 1,

0 commit comments

Comments
 (0)