Skip to content

Commit 0da39bd

Browse files
committed
Pequeño cambio para instlar 7zip para poder descomprimir cuando se usa un contenedor jupyter-notebook.
1 parent 1cc75be commit 0da39bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hbase/sesion6.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
50-
"if not RunningInCOLAB:\n",
51-
" !sudo apt-get update -qq\n",
52-
" !sudo apt-get install -y -qq default-jdk"
50+
"%%sh\n",
51+
"sudo apt-get update -qq\n",
52+
"sudo apt-get install -qq -y p7zip default-jdk"
5353
]
5454
},
5555
{
@@ -1068,7 +1068,7 @@
10681068
"provenance": []
10691069
},
10701070
"kernelspec": {
1071-
"display_name": ".venv",
1071+
"display_name": "Python 3 (ipykernel)",
10721072
"language": "python",
10731073
"name": "python3"
10741074
},

0 commit comments

Comments
 (0)