Tagged Questions
0
votes
0answers
7 views
iPython command not found Terminal OSX. Pip installed
I installed iPython with pip and it was installed under:
/usr/local/lib/python2.7/site-packages/
However, when I type ipython in the terminal I get:
-bash: ipython: command not found
I do not ...
0
votes
0answers
6 views
Changing browser for IPython Notebook from system default
I would like to keep firefox as my system default browser on my Mac, but launch IPython Notebook in Chrome[1].
This answer led me to my ipython_notebook_config.py file but I can't get an instance of ...
1
vote
0answers
43 views
Open an ipython notebook via double-click on osx
I've downloaded a couple of ipython notebooks, and I'd like to open them in browser tabs without navigating to the directory I've downloaded them to and running ipython notebook notebook_name.ipynb.
...
0
votes
0answers
108 views
mayavi.mlab crashes on osx 10.8.3
I have Enthought's Canopy on a macbook pro retina with osx 10.8.3. I get the crash dump (see below) when calling any mayavi.mlab function. Does anyone have a clue. Thanks anyway!
(Canopy 32bit) ...
0
votes
2answers
76 views
Starting IPython with Mountain Lion 10.8
Prior to last weeks ML 10.8 I would invoke the IPython web notebook using ipython notebook --pylab=inline where I was running Python3. Post upgrade everything changed for the worse. A lot of hacking ...
1
vote
1answer
122 views
iPython throwing an error when launched: “ipythonrc not found”
I'm getting a strange error when I launch iPython. I'm running Snow Leopard
WARNING: Configuration file ipythonrc not found. Ignoring request.
...
0
votes
1answer
146 views
pylab troubles with EPD version of ipython
I recently switched to the EPD version of ipython (I have the 64-bit student edition), and now I'm having trouble with pylab. When I type "import pylab" it gives me the following error
ImportError ...
1
vote
0answers
80 views
Why does the IPython interpreter freeze on OS X when started with --pylab=wx?
I have a python package that uses both wxPython and matplotlib. To get non-blocking windows, I tried starting IPython like this:
# ipython --pylab=wx
When I do this, the IPython prompt appears and ...
1
vote
1answer
128 views
How do I set the default file path in ipython on OSX
I am just getting started trying to learn Python for course assignments. Our teacher has mandated using iPython notebooks, so I have installed Enthought Python AND ipython on my Mac.
The iPython ...
0
votes
1answer
342 views
Matplotlib in IPython + Pandas: ImportError Symbol not found: _png_create_info_struct
I've built Matplotlib in Python such that when I import it or any part of it, it works fine and graphs fine.
However, I've been going through "Python for Data Analysis," and in Ch.2's IPython ...
0
votes
3answers
100 views
ipython up and down arrow strange behaviour
In my installation of ipython I have this strange problem where I cannot reliably move through command history with up and down arrows... a lot of the time it just doesn't work (nothing happens on the ...
0
votes
1answer
1k views
How to check whether I have IPython installed on my machine and what sequence to install these libraries?
I need to use python for a machine learning course and I also need to install some external libraries. I'm a bit confused as to what the correct order is for installation of everything as I've heard ...
1
vote
2answers
206 views
IPython !! not working
So I've starting using IPython on my Mac. The !! operator, which is supposed to execute a shell command and get the output as useful data, is generating syntax errors. It appears to be just ...
2
votes
2answers
146 views
Tab completion not seeing my modules in IPython 0.12
IPython is not able to tab-complete the names of modules in the current directory when importing.
If I have a file called Blah.py in the current directory I would like to type (at an ipython prompt)
...
0
votes
1answer
220 views
What's the difference between using easyintall-2.6 and easy install-2.7 to install ipython
I install ipython on Mac OS X Lion following this:
How to install iPython on Snow Leopard
As I doing this on my Mac
sudo /usr/bin/easy_install-2.6 python
Turns out I originally have ...
0
votes
1answer
941 views
toward iPython: easy_install can't find my Python(s) on Mac OS 10.5.8
Installed setuptools-0.6c11-py2.7.egg on my Mac OS 10.5.8 but then
sudo easy_install readline ipython
yields a possible script problem?
Processing readline-6.2.0.tar.gz
Running ...
3
votes
1answer
140 views
How to generate a Cocoa-recognized plot using matplotlib in Python on OS X (Leopard preferably)
I'm not sure exactly what is going on under the hood, but here is my setup, example code, and problem:
setup:
snow leopard (10.6.8)
Python 2.7.2 (provide by EPD 7.1-2)
iPython 0.11 (provided by ...
3
votes
1answer
1k views
uninstall ipython mac os x
I've just installed a new ipython 0.11 on Mac OS X from sources. Unfortunately it turned out that it lacks back-compatibility with its previous versions, so all the scripts I need do not work.
After ...
0
votes
1answer
239 views
IPython mac terminal strange characters after using os.urandom
When using IPython, osx terminal and remoting into an ubuntu server. I noticed that if I try to encode and print the output of os.urandom(1) it will break the terminal and all input will start to look ...
0
votes
2answers
620 views
IPython error: /usr/local/bin/iptest: Permission denied
I'm trying to install iPython in Snow Leopard in Terminal.
In the terminal window I type:
$sudo /usr/bin/easy_install-2.6 ipython
I get the following result:
Searching for ipython
Best match: ...
0
votes
0answers
439 views
Matplotlib import error in ipython
When I run ipython with the command
ipython -pylab
I receive the following error:
Leopard libedit detected.
ERROR: matplotlib could NOT be imported! Starting normal IPython.
Python 2.6.1 ...
2
votes
6answers
1k views
What is the best way to install python 2 on OS X?
A colleague of mine wants to use my python 2 code on his OS X (10.6) machine. My code imports several built-in python packages, including Tkinter and shelve, and also uses third-party packages, ...
3
votes
4answers
4k views
Installing IPython to work with a non-default python version (i.e python2.6.6/python2.7) on OSX Snow Leopard
OK guys this is tricky, and I haven't even found a suitable solution on the IPython website.
I'm working on OSX Snow Leopard. I've installed IPython using easy-install, plus all the additional basic ...
1
vote
2answers
454 views
How to switch to a python subprocess created by IPython (on OS X)?
When I use IPython along with the -wthread option, it spawns a python subprocess, which appears as a Mac OS X application.
My problem is that when I send commands to that application (for example ...
9
votes
3answers
11k views
How to install iPython on Snow Leopard
Does iPython work on Mac OS X 10.6.1 Snow Leopard? I'm python noob, how can I install iPython on my Mac? Links? suggestions?
Thanks
8
votes
3answers
1k views
IPython OS X: Up arrow gives “^[[A”
Whenever I hit the up arrow in IPython, instead of getting history, I get this set of characters "^[[A" (not including the quotes).
Hitting the down arrow gives "^[[B", and tab completion doesn't ...
14
votes
5answers
9k views
Installing ipython with readline on the mac
I am using ipython on Mac OS 10.5 with python 2.5.1 (I would actually like to use ipython for 2.6.1, but it doesn't seem to be available?)
I installed ipython via easy_install. It works but is ...
8
votes
2answers
4k views
How do I use IPython as my Emacs Python interpreter?
I'm running Emacs 22.1.1 and IPython 0.9.1 on OS X and I'd like to be able to run lines/methods/snippets of Python code from my current buffer on demand inside an IPython interpreter.
What do I need ...