Skip to content

Commit 062dd04

Browse files
author
Megan Banaski
committed
edit contents
1 parent 68b572c commit 062dd04

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

guide/17-working-with-knowledge-graphs/part1_introduction_to_knowledge_graphs.ipynb

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
87
"# Introduction to Knowledge Graphs"
98
]
109
},
1110
{
12-
"attachments": {},
1311
"cell_type": "markdown",
1412
"metadata": {},
1513
"source": [
@@ -23,14 +21,14 @@
2321
" </ul>\n",
2422
" </li>\n",
2523
" <li><span><a href=\"#Connect\" data-toc-modified-id=\"Connect-2\">Connect</a></span></li>\n",
26-
" <li><span><a href=\"#Data-Model\" data-toc-modified-id=\"Data-Model-3\">Data Model</a></span></li>\n",
27-
" <li><span><a href=\"#Path-Forward\" data-toc-modified-id=\"Path-Forward-4\">Path Forward</a></span></li>\n",
24+
" <li><span><a href=\"#Create\" data-toc-modified-id=\"Create-3\">Create</a></span></li>\n",
25+
" <li><span><a href=\"#Data-Model\" data-toc-modified-id=\"Data-Model-4\">Data Model</a></span></li>\n",
26+
" <li><span><a href=\"#Path-Forward\" data-toc-modified-id=\"Path-Forward-5\">Path Forward</a></span></li>\n",
2827
" </ul>\n",
2928
"</div>"
3029
]
3130
},
3231
{
33-
"attachments": {},
3432
"cell_type": "markdown",
3533
"metadata": {},
3634
"source": [
@@ -42,7 +40,6 @@
4240
]
4341
},
4442
{
45-
"attachments": {},
4643
"cell_type": "markdown",
4744
"metadata": {},
4845
"source": [
@@ -59,7 +56,6 @@
5956
]
6057
},
6158
{
62-
"attachments": {},
6359
"cell_type": "markdown",
6460
"metadata": {},
6561
"source": [
@@ -83,7 +79,6 @@
8379
]
8480
},
8581
{
86-
"attachments": {},
8782
"cell_type": "markdown",
8883
"metadata": {},
8984
"source": [
@@ -126,17 +121,17 @@
126121
"outputs": [],
127122
"source": [
128123
"result = gis.content.create_service(\n",
129-
" name=\"\", \n",
124+
" name=\"\",\n",
130125
" service_type=\"KnowledgeGraph\",\n",
131126
" create_params={\n",
132127
" \"name\": \"myKnowledgeGraph\",\n",
133-
" \"capabilities\": \"Query\", \n",
128+
" \"capabilities\": \"Query\",\n",
134129
" \"jsonProperties\": {\n",
135130
" \"supportsProvenance\": False,\n",
136131
" \"arcgisManagedData\": False,\n",
137-
" \"dataSourceItemID\": \"f63a6725058c4c05a63480521acffe01\"\n",
138-
" }\n",
139-
" }\n",
132+
" \"dataSourceItemID\": \"f63a6725058c4c05a63480521acffe01\",\n",
133+
" },\n",
134+
" },\n",
140135
")"
141136
]
142137
},
@@ -157,7 +152,6 @@
157152
]
158153
},
159154
{
160-
"attachments": {},
161155
"cell_type": "markdown",
162156
"metadata": {},
163157
"source": [
@@ -176,7 +170,6 @@
176170
]
177171
},
178172
{
179-
"attachments": {},
180173
"cell_type": "markdown",
181174
"metadata": {},
182175
"source": [
@@ -314,7 +307,6 @@
314307
]
315308
},
316309
{
317-
"attachments": {},
318310
"cell_type": "markdown",
319311
"metadata": {},
320312
"source": [
@@ -326,15 +318,22 @@
326318
],
327319
"metadata": {
328320
"kernelspec": {
329-
"display_name": "Python 3",
321+
"display_name": "Python 3 (ipykernel)",
330322
"language": "python",
331323
"name": "python3"
332324
},
333325
"language_info": {
326+
"codemirror_mode": {
327+
"name": "ipython",
328+
"version": 3
329+
},
330+
"file_extension": ".py",
331+
"mimetype": "text/x-python",
334332
"name": "python",
335-
"version": "3.9.13"
333+
"nbconvert_exporter": "python",
334+
"pygments_lexer": "ipython3",
335+
"version": "3.9.16"
336336
},
337-
"orig_nbformat": 4,
338337
"vscode": {
339338
"interpreter": {
340339
"hash": "d622b5871f1605057390dea3c8b45e995d0d19bef8604acd7f5b2e1066a85139"

0 commit comments

Comments
 (0)