Skip to content

Commit dedefc5

Browse files
committed
xz en vez de p7zip.
1 parent 1544993 commit dedefc5

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

neo4j/sesion7.ipynb

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"outputs": [],
4141
"source": [
4242
"!sudo apt update -qq\n",
43-
"!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common p7zip"
43+
"!sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common"
4444
]
4545
},
4646
{
@@ -262,19 +262,9 @@
262262
"outputs": [],
263263
"source": [
264264
"%%sh\n",
265-
"(wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001 -O -;\n",
266-
" wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002 -O -) > es.stackoverflow.csv.7z"
267-
]
268-
},
269-
{
270-
"cell_type": "code",
271-
"execution_count": null,
272-
"metadata": {
273-
"id": "3Yjcw6EZcBQi"
274-
},
275-
"outputs": [],
276-
"source": [
277-
"!7zr x -oa es.stackoverflow.csv.7z && rm -rf es.stackoverflow.csv.7z"
265+
"(wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.tar.xz.00 -O -;\n",
266+
" wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.tar.xz.01 -O -) |\\\n",
267+
" tar Jxvf -"
278268
]
279269
},
280270
{

0 commit comments

Comments
 (0)