Skip to content

Commit 1cc75be

Browse files
committed
Pequeños cambios. Sesión lista.
1 parent 4ef049d commit 1cc75be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo4j/sesion7.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"outputs": [],
3030
"source": [
3131
"!sudo apt update -qq\n",
32-
"!sudo apt install -qq apt-transport-https ca-certificates curl software-properties-common"
32+
"!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common"
3333
]
3434
},
3535
{
@@ -91,7 +91,7 @@
9191
"BOLT_URL: str = f\"bolt://{os.getenv('DB_HOSTNAME', 'localhot')}:7687\"\n",
9292
"if RunningInCOLAB:\n",
9393
" BOLT_URL = URL_output.stdout.split(os.linesep)[-2]\n",
94-
" HTTP_URL: str = URL_output.stdout.split(os.linesep)[-1]\n",
94+
" HTTP_URL: str = URL_output.stdout.split(os.linesep)[-3]\n",
9595
" print(f\"URL de conexión de BOLT:\\n{BOLT_URL}\")\n",
9696
" print(f\"URL de conexión al interfaz Web:\\n{HTTP_URL}\")"
9797
]

0 commit comments

Comments
 (0)