Top "Ipython" questions

IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.

Why Do I get an ImportError when building a .exe with pyinstaller?

I just created a small GUI program that compiles and works fine in IPython, but when I try to export …

python ipython scikit-learn pyinstaller py2app
Can you capture the output of ipython's magic methods? (timeit)

I want to capture and plot the results from 5 or so timeit calls with logarithmically increasing sizes of N to …

ipython ipython-notebook timeit
Print into console terminal not into cell output of IPython Notebook

I would like to print into the terminal window that runs IPython Notebook and not into the cell output. Printing …

python windows ipython ipython-notebook python-3.4
Configure the backend of Ipython to use retina display mode with code

I am using code to configure Jupyter notebooks because I have a repo with plenty of notebooks and want to …

ipython jupyter-notebook retina-display ipython-magic
Pandas seems to ignore first column name when reading tab-delimited data, gives KeyError

I am using pandas 0.12.0 in ipython3 on Ubuntu 13.10, in order to wrangle large tab-delimited datasets in txt files. Using read_…

python pandas ipython tab-delimited keyerror
Start ipython qtconsole as interactive interpreter after script execution

I have ipython with qtconsole installed and can start it via ipython qtconsole. I can also run a script via …

python ipython qtconsole
Geohash Module installed but import error

I am using ipython Jupyter notebook in Windows 10. I have installed Geohash using pip install geohash in cmd. When I …

ipython geohashing
pip installing ipython with readline on OSX Lion

What is required to get ipython fully functional on OSX Lion? I'm trying to get ipython with readline working and …

readline ipython pip osx-lion
How can I display a <IPython.core.display.HTML object> in spyder IPython console?

I am trying to run the code: perm = PermutationImportance(clf).fit(X_test, y_test) eli5.show_weights(perm) to …

ipython spyder displayobject
A Python IDE with Debugging and iPython Integration?

Does anyone know of a python IDE that has iPython as the interpreter? Using the standard interpreter just drives me …

python debugging ide ipython pdb