Skip to content

Commit 7e0f17c

Browse files
committed
System requirements
System reuirements
1 parent 6268daf commit 7e0f17c

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 0
6+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# System requirements\n",
8+
"\n",
9+
"In order to use version ArcGIS Python API, you need to use Python 3.\n",
10+
"\n",
11+
"To use the MapView widget for jupyter notebook, you need Python 3.4 or 3.5, and <a href=\"https://github.com/ipython/ipywidgets\">ipywidgets</a> version 5.1.5 or newer."
12+
]
13+
}
14+
],
15+
"metadata": {
16+
"kernelspec": {
17+
"display_name": "Python 3",
18+
"language": "python",
19+
"name": "python3"
20+
},
21+
"language_info": {
22+
"codemirror_mode": {
23+
"name": "ipython",
24+
"version": 3
25+
},
26+
"file_extension": ".py",
27+
"mimetype": "text/x-python",
28+
"name": "python",
29+
"nbconvert_exporter": "python",
30+
"pygments_lexer": "ipython3",
31+
"version": "3.4.4"
32+
}
33+
},
34+
"nbformat": 4,
35+
"nbformat_minor": 0
36+
}

0 commit comments

Comments
 (0)