abxda commited on
Commit
bd270b3
·
verified ·
1 Parent(s): 6037d8d

TestGlobal container: celda instala con 'pip install numpy pandas' (fix Vagrant)

Browse files
cuadernos/semana_2/container/TestGlobalBigData.ipynb CHANGED
@@ -35,7 +35,7 @@
35
  "metadata": {},
36
  "outputs": [],
37
  "source": [
38
- "!python3 -m pip install numpy pandas"
39
  ]
40
  },
41
  {
 
35
  "metadata": {},
36
  "outputs": [],
37
  "source": [
38
+ "!pip install numpy pandas"
39
  ]
40
  },
41
  {