Skip to content
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

Open
notconfusing opened this issue Jan 14, 2015 · 4 comments
Open

Install IPython ahead of Class #11

notconfusing opened this issue Jan 14, 2015 · 4 comments

Comments

@notconfusing
Copy link
Contributor

@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

@arlitt
Copy link
Contributor

arlitt commented Jan 14, 2015

If you have a version of python older than 2.7.9., you first have to install
pip https://pip.pypa.io/en/latest/installing.html. You can find out which
version of python you have by default with the command python

My system's default version was 2.7.8, so most of the new Linux users in
the class may have to install pip as well. (Or would it be a better idea to
upgrade to a more recent version?)

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:

@cyberwizardinstitute/participants
https://github.com/orgs/cyberwizardinstitute/teams/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


Reply to this email directly or view it on GitHub
#11.

Lesley Bell
UX Design
LesleyBell.com

@notconfusing
Copy link
Contributor Author

Thanks for the help Leslie.

BTW read the notes throught this link:

http://nbviewer.ipython.org/github/cyberwizardinstitute/workshops/blob/master/python_intro_and_spell_checker.ipynb

@ugobelu
Copy link
Member

ugobelu commented Jan 14, 2015

Muchas thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants