File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
doc/modules/ROOT/pages/tutorials Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ listing, and deletion.
2424
2525This notebook requires having an AuraDB instance available. We also need
2626to have the `graphdatascience` Python library installed, version
27- `1.11a3 ` or later.
27+ `1.11a4 ` or later.
2828
2929[source, python, role=no-test]
3030----
31- %pip install --pre "graphdatascience>1.11a3 "
31+ %pip install --pre "graphdatascience>1.11a4 "
3232----
3333
3434== Aura API credentials
Original file line number Diff line number Diff line change 4141 " ## Prerequisites\n " ,
4242 " \n " ,
4343 " This notebook requires having an AuraDB instance available.\n " ,
44- " We also need to have the `graphdatascience` Python library installed, version `1.11a3 ` or later.\n " ,
44+ " We also need to have the `graphdatascience` Python library installed, version `1.11a4 ` or later.\n " ,
4545 " \n "
4646 ]
4747 },
5555 },
5656 "outputs" : [],
5757 "source" : [
58- " %pip install --pre \" graphdatascience>1.11a3 \" "
58+ " %pip install --pre \" graphdatascience>1.11a4 \" "
5959 ]
6060 },
6161 {
433433 }
434434 ],
435435 "metadata" : {
436+ "kernelspec" : {
437+ "display_name" : " .venv" ,
438+ "language" : " python" ,
439+ "name" : " python3"
440+ },
436441 "language_info" : {
437- "name" : " python"
442+ "name" : " python" ,
443+ "version" : " 3.12.4"
438444 }
439445 },
440446 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments