We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef049d commit 1cc75beCopy full SHA for 1cc75be
neo4j/sesion7.ipynb
@@ -29,7 +29,7 @@
29
"outputs": [],
30
"source": [
31
"!sudo apt update -qq\n",
32
- "!sudo apt install -qq apt-transport-https ca-certificates curl software-properties-common"
+ "!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common"
33
]
34
},
35
{
@@ -91,7 +91,7 @@
91
"BOLT_URL: str = f\"bolt://{os.getenv('DB_HOSTNAME', 'localhot')}:7687\"\n",
92
"if RunningInCOLAB:\n",
93
" BOLT_URL = URL_output.stdout.split(os.linesep)[-2]\n",
94
- " HTTP_URL: str = URL_output.stdout.split(os.linesep)[-1]\n",
+ " HTTP_URL: str = URL_output.stdout.split(os.linesep)[-3]\n",
95
" print(f\"URL de conexión de BOLT:\\n{BOLT_URL}\")\n",
96
" print(f\"URL de conexión al interfaz Web:\\n{HTTP_URL}\")"
97
0 commit comments