Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lecture 00_Introduction to Python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"In Ubuntu Linux, to installing python and all the requirements run:\n",
"\n",
" $ sudo apt-get install python ipython ipython-notebook\n",
"$ sudo apt-get install python-numpy python-scipy python-matplotlib python-sympy\n",
" $ sudo apt-get install python-numpy python-scipy python-matplotlib python-sympy\n",
" $ sudo apt-get install spyder"
]
},
Expand Down