Skip to content

Commit 9bafd19

Browse files
authored
Merge pull request #238 from jyaistMap/dev_site_current
Dev site current
2 parents a49c61f + 86051d4 commit 9bafd19

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"\n",
211211
"![test your install](../../static/img/guide_getstarted_InstallAndSetup_02.PNG)\n",
212212
"\n",
213-
"Learn more about the API using the [guide](https://developers.arcgis.com/python/guide/) and try out the [samples](https://developers.arcgis.com/python/sample-notebooks/)."
213+
"Learn more about the API using the [guide](../) and try out the [samples](../../sample-notebooks/)."
214214
]
215215
},
216216
{
@@ -243,7 +243,7 @@
243243
"\n",
244244
" * When the container starts, it will provide a URL (with a one time token) to open your local Notebook instance. Copy the URL and paste it in your browser's address bar to use the notebooks.\n",
245245
" \n",
246-
"<h2><a name=\"Install-Offline\" style=\"color:black\"><strong>Install Offline</strong></a></h2>\n",
246+
"## Install-Offline\n",
247247
"\n",
248248
"Install the API on a machine without internet access or on a disconnected network with the following steps:\n",
249249
" \n",
@@ -261,13 +261,6 @@
261261
"<br>\n",
262262
"**NOTE:** For advanced users or those needing information on specific environments, see [Configuration](https://conda.io/docs/user-guide/configuration/use-condarc.html) for options to configure various aspects of conda"
263263
]
264-
},
265-
{
266-
"cell_type": "code",
267-
"execution_count": null,
268-
"metadata": {},
269-
"outputs": [],
270-
"source": []
271264
}
272265
],
273266
"metadata": {
@@ -287,7 +280,7 @@
287280
"name": "python",
288281
"nbconvert_exporter": "python",
289282
"pygments_lexer": "ipython3",
290-
"version": "3.5.5"
283+
"version": "3.6.2"
291284
},
292285
"varInspector": {
293286
"cols": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"* [pyshp](https://pypi.python.org/pypi/pyshp/)\n",
2424
"* [matplotlib](https://matplotlib.org/)\n",
2525
"* [notebook](https://ipython.org/notebook.html)\n",
26-
"* [ipywidgets >=5.2.2,<7](https://ipywidgets.readthedocs.io/en/stable/)\n",
27-
"* [widgetsnbextension >=1.2.6,<3](https://pypi.python.org/pypi/widgetsnbextension)\n",
26+
"* [ipywidgets >=7](https://ipywidgets.readthedocs.io/en/stable/)\n",
27+
"* [widgetsnbextension >=3](https://pypi.python.org/pypi/widgetsnbextension)\n",
2828
"* [keyring](https://pypi.python.org/pypi/keyring/10.6.0)\n",
2929
"* [winkerberos](https://pypi.python.org/pypi/winkerberos/0.7.0) (Windows only)\n",
3030
"\n",
@@ -48,7 +48,7 @@
4848
"name": "python",
4949
"nbconvert_exporter": "python",
5050
"pygments_lexer": "ipython3",
51-
"version": "3.5.5"
51+
"version": "3.6.2"
5252
}
5353
},
5454
"nbformat": 4,

0 commit comments

Comments
 (0)