-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install IPython ahead of Class #11
Comments
If you have a version of python older than 2.7.9., you first have to install My system's default version was 2.7.8, so most of the new Linux users in In all of this, I assume we're using 2 instead of 3? On Tue, Jan 13, 2015 at 5:57 PM, Max Klein [email protected] wrote:
Lesley Bell |
Thanks for the help Leslie. BTW read the notes throught this link: |
Muchas thanks! |
@cyberwizardinstitute/participants ,
Ahead of tomorrow's python talk, please try and install Ipython (and Ipython Notebook) before coming to class.
On linux you should be able to do
sudo pip install "ipython[notebook]"
On Mac OSX is says to do
sudo /usr/bin/easy_install-2.6 ipython
The text was updated successfully, but these errors were encountered: