Skip to content

Commit 41d3ed5

Browse files
committed
Pequeños cambios.
1 parent f311bc0 commit 41d3ed5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

neo4j/sesion7.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
3-
"cells": [
2+
"cells": [
43
{
54
"cell_type": "markdown",
65
"metadata": {
@@ -25,23 +24,23 @@
2524
"cell_type": "code",
2625
"execution_count": null,
2726
"metadata": {
28-
"id": "sA8izoasU61Q"
27+
"id": "BAb1YhL9cBQY"
2928
},
3029
"outputs": [],
3130
"source": [
32-
"!sudo apt update -qq\n",
33-
"!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common p7zip"
31+
"RunningInCOLAB: bool = 'google.colab' in str(get_ipython()) if hasattr(__builtins__,'__IPYTHON__') else False"
3432
]
3533
},
3634
{
3735
"cell_type": "code",
3836
"execution_count": null,
3937
"metadata": {
40-
"id": "BAb1YhL9cBQY"
38+
"id": "sA8izoasU61Q"
4139
},
4240
"outputs": [],
4341
"source": [
44-
"RunningInCOLAB = 'google.colab' in str(get_ipython()) if hasattr(__builtins__,'__IPYTHON__') else False"
42+
"!sudo apt update -qq\n",
43+
"!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common p7zip"
4544
]
4645
},
4746
{

0 commit comments

Comments
 (0)