Skip to content

Commit 66a24da

Browse files
committed
remove excessive note
1 parent a6846a6 commit 66a24da

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"source": [
145145
" * Navigate to **Start** Menu > **All Programs** > **ArcGIS** > **Python Command Prompt**\n",
146146
" \n",
147-
"> Note: By default, the Python Command Prompt opens in the ArcGIS Pro default `arcgispro-py3` environment directory, usually `C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3\\`, with this default\n",
147+
"> **Note:** By default, the Python Command Prompt opens in the ArcGIS Pro default `arcgispro-py3` environment directory, usually `C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3\\`, with this default\n",
148148
"conda environment active. You cannot modify the packages in this environment. In order to add more packages, you need to create a clone of the default **arcgispro-py3** environment. Follow the steps in the [create environment](https://support.esri.com/en/technical-article/000020560) technical article to clone an environment. You can then change the default environment that future ArcGIS Pro and Python Command Prompt sessions use to this cloned environment using the command: ``proswap <new enviroment name>``. See [Access conda from a command prompt](https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm#ESRI_SECTION1_8A64271AB672480A8785CF3515C3CCFC) for additional information."
149149
]
150150
},
@@ -153,11 +153,9 @@
153153
"metadata": {},
154154
"source": [
155155
"\n",
156-
" * Enter the following at the prompt:\n",
156+
" * Enter the following at the prompt. Entering no release number installs the current release of the ArcGIS API for Python:\n",
157157
"\n",
158-
" ```conda install -c esri arcgis=<release_number>```\n",
159-
" \n",
160-
" > **NOTE:** Entering no release number installs the current release of the ArcGIS API for Python"
158+
" ```conda install -c esri arcgis=<release_number>```"
161159
]
162160
},
163161
{
@@ -178,7 +176,7 @@
178176
"cell_type": "markdown",
179177
"metadata": {},
180178
"source": [
181-
"> **NOTE:** The default _arcgispro-py3_ environment cannot be modified. Clone the default environment in order to create environments where packages can be updated.\n",
179+
"> **Note:** The default _arcgispro-py3_ environment cannot be modified. Clone the default environment in order to create environments where packages can be updated.\n",
182180
"\n",
183181
"- The Python Package Manager cannot be used to update the `arcgis` package. Use the **Python Command Prompt** as described below:\n",
184182
"\n",
@@ -203,7 +201,7 @@
203201
"cell_type": "markdown",
204202
"metadata": {},
205203
"source": [
206-
"> **NOTE:** Install a specific release of `arcgis` using a release number: `conda install -c esri arcgis=<release_number>`"
204+
"> **Note:** Install a specific release of `arcgis` using a release number: `conda install -c esri arcgis=<release_number>`"
207205
]
208206
},
209207
{

0 commit comments

Comments
 (0)