File tree 2 files changed +18
-4
lines changed
doc/modules/ROOT/pages/tutorials
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,12 @@ str(G)
233
233
234
234
[source, python, role=no-test]
235
235
----
236
- G = gds.graph.get("g")
236
+ G = gds.graph.get("people-and-fruits")
237
+ ----
238
+
239
+ [source, python, role=no-test]
240
+ ----
241
+ gds.graph.list()
237
242
----
238
243
239
244
[source, python, role=no-test]
@@ -321,7 +326,7 @@ stop incurring costs.
321
326
322
327
[source, python, role=no-test]
323
328
----
324
- sessions.delete(session_name="people-and-fruits ")
329
+ sessions.delete(session_name="people_and_fruits ")
325
330
326
331
# or gds.delete()
327
332
----
Original file line number Diff line number Diff line change 300
300
"metadata" : {},
301
301
"outputs" : [],
302
302
"source" : [
303
- " G = gds.graph.get(\" g\" )"
303
+ " G = gds.graph.get(\" people-and-fruits\" )"
304
+ ]
305
+ },
306
+ {
307
+ "cell_type" : " code" ,
308
+ "execution_count" : null ,
309
+ "metadata" : {},
310
+ "outputs" : [],
311
+ "source" : [
312
+ " gds.graph.list()"
304
313
]
305
314
},
306
315
{
436
445
},
437
446
"outputs" : [],
438
447
"source" : [
439
- " sessions.delete(session_name=\" people-and-fruits \" )\n " ,
448
+ " sessions.delete(session_name=\" people_and_fruits \" )\n " ,
440
449
" \n " ,
441
450
" # or gds.delete()"
442
451
]
You can’t perform that action at this time.
0 commit comments