Skip to content

Commit 9df76f5

Browse files
authored
Merge pull request #228 from gbochenek/master
Adding DC Dev Summit 2018. Thanks @gbochenek
2 parents 55503a9 + 890ca74 commit 9df76f5

File tree

14 files changed

+3532
-0
lines changed

14 files changed

+3532
-0
lines changed

talks/DCDevSummit2018/ArcGIS API for Python - Administering Your Web GIS/AdminWebGIS.ipynb

Lines changed: 2468 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"slideshow": {
7+
"slide_type": "slide"
8+
}
9+
},
10+
"source": [
11+
"# Getting Help Demo"
12+
]
13+
},
14+
{
15+
"cell_type": "code",
16+
"execution_count": 1,
17+
"metadata": {
18+
"slideshow": {
19+
"slide_type": "skip"
20+
}
21+
},
22+
"outputs": [],
23+
"source": [
24+
"from arcgis.gis import GIS"
25+
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": 2,
30+
"metadata": {
31+
"slideshow": {
32+
"slide_type": "skip"
33+
}
34+
},
35+
"outputs": [
36+
{
37+
"name": "stdout",
38+
"output_type": "stream",
39+
"text": [
40+
"········\n",
41+
"········\n"
42+
]
43+
}
44+
],
45+
"source": [
46+
"import getpass\n",
47+
"gis = GIS(username=getpass.getpass(), password=getpass.getpass())"
48+
]
49+
},
50+
{
51+
"cell_type": "code",
52+
"execution_count": 3,
53+
"metadata": {
54+
"slideshow": {
55+
"slide_type": "slide"
56+
}
57+
},
58+
"outputs": [],
59+
"source": [
60+
"gis.users.create?"
61+
]
62+
},
63+
{
64+
"cell_type": "code",
65+
"execution_count": null,
66+
"metadata": {},
67+
"outputs": [],
68+
"source": []
69+
}
70+
],
71+
"metadata": {
72+
"celltoolbar": "Slideshow",
73+
"kernelspec": {
74+
"display_name": "Python 3",
75+
"language": "python",
76+
"name": "python3"
77+
},
78+
"language_info": {
79+
"codemirror_mode": {
80+
"name": "ipython",
81+
"version": 3
82+
},
83+
"file_extension": ".py",
84+
"mimetype": "text/x-python",
85+
"name": "python",
86+
"nbconvert_exporter": "python",
87+
"pygments_lexer": "ipython3",
88+
"version": "3.6.3"
89+
}
90+
},
91+
"nbformat": 4,
92+
"nbformat_minor": 2
93+
}
190 KB
Loading
55.5 KB
Loading
13.8 KB
Loading
2.83 KB
Loading
60.6 KB
Loading
46 KB
Loading

0 commit comments

Comments
 (0)