Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Programming course
Commits
4409d17c
Commit
4409d17c
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Update IPython installation instructions
parent
a8ae63ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python-intro/README
+8
-4
8 additions, 4 deletions
python-intro/README
with
8 additions
and
4 deletions
python-intro/README
+
8
−
4
View file @
4409d17c
...
...
@@ -15,10 +15,7 @@ virtual environment like this (on Debian Wheezy):
We need IPython 1.0 which is not yet released, so we get it from GitHub:
git clone https://github.com/ipython/ipython.git /tmp/ipython
pushd /tmp/ipython
python setup.py install
popd
pip install -e git+https://github.com/ipython/ipython#egg=ipython
If IPython 1.0 is released, you can just do this:
...
...
@@ -42,6 +39,13 @@ For matplotlib, we need some development and system packages:
pip install matplotlib
echo "backend : GTKCairo" >> ~/.matplotlib/matplotlibrc
If you want the IPython qtconsole to work, I found the following snippet to
take PyQT from system packages:
https://gist.github.com/jlesquembre/2042882
We might want to use the same approach for the PyGTK/PyCAIRO stuff above.
Editing the slides
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment