Skip to content

Commit 747b9d3

Browse files
committed
change GIS
1 parent 18f49b2 commit 747b9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"from arcgis.graph import KnowledgeGraph\n",
7979
"\n",
8080
"url = \"https://myHostName.domain.com/server/rest/services/Hosted/myServiceName/KnowledgeGraphServer\"\n",
81-
"gis = GIS(\"myHostName.domain.com/portal\", \"username\", \"password\")\n",
81+
"gis = GIS(\"home\")\n",
8282
"knowledge_graph = KnowledgeGraph(url=url, gis=gis)"
8383
]
8484
},

0 commit comments

Comments
 (0)