IPython is a feature-rich interactive shell for Python

learn more… | top users | synonyms

1
vote
0answers
14 views

Embedding an IPython shell in a Gtk+ program

I'd like to embed an IPython shell inside a graphical Gtk+ program. The traditional IPython embedding API is geared towards console usage. It should be possible to export program variables to the ...
1
vote
1answer
18 views

Parallelize function on dictionary in IPython

Up till now, I have parallelized functions by mapping them on to lists that are distributed out to the various clusters using the function map_sync(function, list) . Now, I need to run a function on ...
0
votes
1answer
20 views

Ipython tab completion - identifying methods vs properties

When using the interactive ipython tab completion, is there a way easily identify which of the returned values are properties and which are methods? I use os as an example below. I don't see a ...
0
votes
0answers
9 views

IPython notebook in zc.buildout not using eggs path

I've build an environment with zc.buildout including IPython script. My problem is simple: if I launch IPython in console, everything is OK and I get all my eggs in sys.path but if I launch IPython ...
0
votes
0answers
14 views

Interacting with mlab scene while it is being drawn

I am trying to interact with the mayavi mlab scene while it is being drawn. This is the code after I try to implement the answer in How to interact with mayavi window while animating particles? ...
5
votes
1answer
75 views

iPython didn't catch the empty line as a `\n`

It works in normal python interactive mode: >>> """1 ... ... 2""" '1\n\n2' However, the second \n is gone in iPython In [4]: """1 ...: ...: 2""" Out[4]: '1\n2' What's wrong?
0
votes
1answer
19 views

getting ipython3 to use readline in ubuntu linux

I have a python3.3.1 installation on ubuntu (though the default is python2.6.5).I generally work using the virtualenvwrapper. I wanted to install ipython which supports python3.So I did this ...
0
votes
1answer
28 views

How to maintain Bash output formatting in python REPL

I have a python script that creates a thin wrapper around the bash shell. It wraps bash calls via the subprocess module, takes the output, and does some work on it. My output contains newlines "\n" ...
0
votes
1answer
30 views

ipython-notebook: Syntax highlighting and autosave

I am working a lot with ipython-notebook. Is there any way to highlight open and closed brackets? I am asking because I saw in some videos with Wes McKiney that he used some kind of syntax ...
0
votes
1answer
34 views

Launching IPython qtconsole from command line (after installing all dependencies)

I am a bit of a newbie to the command line. I used to have IPython (with all dependencies configured) on my last MacBook, such that I could click on an icon from the dash to launch iPython qtconsole ...
0
votes
1answer
16 views

Examples for ipython backends in other languages?

At PyCon2013, I found out that it is possible for the ipython notebook to be used for other languages bu writing a different backend. In the ipython docs, I have seen the page on the protocol, and ...
2
votes
1answer
39 views

Parallelism in (I)Python with large blocks of data

I've been toiling with threads and processes for a while now to try to speed up my very parallel job in IPython. I'm not sure how much detail about the function I'm calling is useful, so here's a bash ...
0
votes
2answers
21 views

Error to launch IPython shell after source install

I have an account in a CentOS server without sudo permission. As a result, I tried to install IPython from source code by python setup.py prefix=<my home directory>. However, I got the Error: ...
1
vote
1answer
48 views

How to run ipython with pypy?

How do I use ipython on top of a pypy interpreter rather than a cpython interpreter? ipython website just says it works, but is scant on the details of how to do it.
1
vote
2answers
26 views

Trouble getting matplotlib to produce plots

I can get matplotlib to work in pylab (ipython --pylab), but when I execute the same command in a python script a plot does not appear. My workspace focus changes from a fullscreened terminal to a ...
0
votes
1answer
57 views

PythonXY, IPython Qt Console, matplotlib, draw something not in inline mode

I'm new to PythonXY and Matplotlib. I installed PythonXY (v2.7.3.1) in default full mode. I use the "IPython Qt Console" application. I draw something using matplotlib.pyplot (imported as plt). ...
0
votes
0answers
41 views

Running VisIt from IPython

I'm trying to learn how to run VisIt from the command line, and I've been able to make plots using visit -cli and giving Python commands, i.e. OpenDatabase("somefile.vtk"), etc. Is there anyway to do ...
2
votes
1answer
32 views

Odd exponent on plotting narrow range of data

I get a some very odd behaviour of matplotlib in an ipython notebook when trying to plot this data: [ -142.8916729, -142.89161936, -142.89161954, -142.89162066, -142.89162031, -142.89162033, ...
0
votes
0answers
39 views

How to save memory when working wave computations

I am doning some computations with audio data in Python. This used to be working very well until it comes to larger files. To get to the data I read a .wav file with the wave module, then unpack it ...
0
votes
1answer
17 views

Distinguish methods from attributes in ipython tab completion

Is it possible to configure IPython such that the tab completion allows me to visually distinguish between attributes and methods of an object? Probably the nicest way do this is by color, similar to ...
0
votes
1answer
18 views

Unable to open an existing notebook in iPython Notebook

I want to open a notebook, say 'iPython - beyond normal Python'. To achieve this, I perform the following steps, in order. Move to the place where iPython Notebook is installed. cd to 'Notebooks'. ...
1
vote
1answer
16 views

ipython has trouble dealing with '+' character

I am trying to use ipython as my default shell in linux. %rehashx is executed at startup, so commands in the shell path can be accessed. There are two issues: Filenames that contain "+" cannot be ...
0
votes
0answers
23 views

Keep cells or magic functions from saving to python script

Is it possible to turn off magic functions or arbitrary cell blocks when saving ipython notebook to script? I use the mode where saving the .ipynb file automatically saves to .py as well, but the ...
-2
votes
0answers
30 views

default connection information for ipython parallel computing?

I am looking at this one: http://ipython.org/ipython-doc/stable/parallel/parallel_multiengine.html , which "assumes that the default connection information (stored in ipcontroller-client.json found in ...
0
votes
1answer
19 views

Copy to clipboard from IPython using Windows 7

I am running IPython on Windows 7 and can use the %paste magic command to paste from the clipboard. However, I cannot copy from IPython to the clipboard. I want to copy code snippets from IPython and ...
0
votes
0answers
16 views

Printing to main stdout in IPython Notebook from other parallel engines

I am currently working in an IPython Notebook. I am running a function across different engines and would like to see what it prints. Example: def simple(a): print a+40; return a+20 A = ...
0
votes
2answers
28 views

How do I create an alias for a directory in ipython?

On Windows I want to create an alias for my working directory so I can quickly cd into it. I have tried this command %alias $UWHPSC echo 'c:/Users/xxxx/Documents/uwhpsc' cd $UWHPSC which gives the ...
0
votes
0answers
22 views

Iphython Viewer crash when I view some model

i don't know why but when I'm showing some model on ipython, the viewer crash and send to me an error like XgeModule whas shut down. Why? This is the code: def CIRCLE(r): dom = INTERVALS(2*PI)(50) ...
0
votes
1answer
77 views

How to properly install matplotlib on mac 10.7.5? And why is the command “conda” not found after Anaconda is successfully installed?

I tried for a long time to work with python on this Mac. I tried to remove python completely from my mac. Then I realized it was hard to get rid of this default python. Fortunately, I read in the ...
0
votes
2answers
39 views

In Python, can one get the path of a relative import imported after and before chdir calls?

I'm looking to get the path of a module after os.chdir has been called. In this example: import os os.chdir('/some/location') import foo # foo is located in the current directory. ...
0
votes
1answer
103 views

Make more than one chart in same IPython Notebook cell

I have started my IPython Notebook with ipython notebook --pylab inline This is my code in one cell df['korisnika'].plot() df['osiguranika'].plot() This is working fine, it will draw two lines, ...
0
votes
1answer
22 views

IPython qtconsole ignores PromptManager change

I edited ipython_qtconsole_config.py to include a timestamp: import datetime c = get_config() c.PromptManager.in_template = '%s In [\\#]: ' % datetime.datetime.now().strftime("%H:%M:%S") When I ...
3
votes
1answer
52 views

IPython on wxPython

I have been trying to find a way to have an IPython Shell in an wx.Frame. Searching around in the library code or Google wxPython based IPython widget ipython shell wxpython haven't helped ...
0
votes
1answer
28 views

IPython's history-search-backward not working as desired

IPython's history-search-backward feature is one of my favorite features. history-search-backward allows you to type part of a command and then search backward through your readline history for ...
0
votes
1answer
33 views

Start IPython in a given folder

I use IPython 0.13 on OS X 10.6 and would like to do the following: I have different project folders e.g. ~/dev/proj1, ~/dev/proj2. Now I want to start IPython in one of these folders without changing ...
0
votes
2answers
68 views

ipython in emacs no figure output

i am using emacs 24.3 under windows, ipython 0.13.1, python 2.7.3 i use the python.el with emacs withe the following configure the ipython shell ;; setup ipython for default interpreter (setq ...
2
votes
1answer
80 views

IPython.parallel not using multicore?

I am experimenting with IPython.parallel and just want to launch several shell command on different engines. I have the following Notebook: Cell 0: from IPython.parallel import Client client = ...
0
votes
1answer
39 views

Embedding IPython-shell in C/C++-program

I have a C++-program that allows me to run Python-scripts that C++ passes data to. If the Python-script fails the C++-program calls PyRun_InteractiveLoop to allow investigating the problem on an ...
0
votes
0answers
27 views

IPython3 on SL (RHEL)

I am running IPython (and especially a notebook server) on Scientific Linux 6.3 (thus RHEL). I tried to use python3 to run setup and use ipython and also the ipython3 command. However this fails all ...
0
votes
0answers
41 views

Enthought Mayavi2 running errors on command line and through Mayavi

If I run code from Python, the Mayavi2 plot window will either disappear really quick or if it doesn't, I can't interact with it because it freezes. However, if I run mayavi2 /path/to/code, I can ...
0
votes
1answer
70 views

IPython Notebook %%bash Magic Error

I'm trying to follow a version control tutorial in an IPython Notebook by Fernando Perez, a static version of which can be found here. He uses the %%bash magic extensively, but When I use it I get ...
4
votes
1answer
102 views

Releasing memory of huge numpy array in IPython

UPDATE:- This problem solved itself after a machine reboot. Not yet able to figure out why this error was happening before. I have a function that loads a huge numpy array (~ 980MB) and returns it. ...
0
votes
0answers
20 views

matplotlib streamplot compresses the lines

I'm struggling to plot streamlines using matplotlib1.2 but I noticed it compress the line spaces in y direction. My data in y direction is from 0.5-1.5 but the streamlines are plotted between ...
0
votes
1answer
40 views

Looking for a way to make helper functions visible to multiple IPython notebooks

I have a set of helper functions I've written and would like to make them available to my IPython notebooks. My ideal set up would be: Maintain the functions as a series of IPython notebooks Be able ...
2
votes
1answer
47 views

python django shell (ipython) unexpected behavior or bug?

Django shell behaves (at least for me) unexpected when working with locale settings. Form validation of a comma separated decimal field works when calling from external script and fails on calling ...
1
vote
1answer
37 views

Playing a sound in a ipython notebook

I would like to be able to play a sound file in a ipython notebook. My aim is to be able to listen to the results of different treatments applied to a sound directly from within the notebook. Is this ...
1
vote
1answer
68 views

Sending messages from other languages to an IPython kernel

Does anyone have any experience of communicating with IPython kernels from outside of Python? If I were trying to send messages from a Python app to an IPython kernel, I'd use the zmq.kernelmanager ...
0
votes
1answer
68 views

iPython giving me a syntax error

I'm running python 2.4 right now and have installed iPython onto my ubuntu machine. The problem I'm having right now is that it keeps giving me an ImportError whenever I try to launch it from the ...
0
votes
0answers
46 views

h5py and Enthought python distribution:

I have followed the thread at h5py gives error after installation to install the h5py python module using brew, and everything seems to be working fine. -bash-3.2$ python Python 2.7.2 ...
0
votes
0answers
42 views

Use IPython magic functions in ipdb shell

I want to use IPython magic functions like %paste, %cd in ipdb shell. Is is possible and how?

1 2 3 4 5 17