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.

ipython reads wrong python version

I've been having trouble with Python, iPython and the libraries. The following points show the chain of the problematics. I'm …

python ipython
in Ipython notebook / Jupyter, Pandas is not displaying the graph I try to plot

I am trying to plot some data using pandas in Ipython Notebook, and while it gives me the object, it …

python pandas ipython jupyter-notebook
How To Get IPython Notebook To Run Python 3?

I am new to Python to bear with me. I installed Anaconda, works great. I setup a Python 3 environment following …

python python-3.x ipython ipython-notebook
Display multiple images in one IPython Notebook cell?

If I have multiple images (loaded as NumPy arrays) how can I display the in one IPython Notebook cell? I …

ipython ipython-notebook
What does In [*] in IPython Notebook mean and how to turn it off?

I use Windows 7, Python 2.7.9 plus latest version of IPython 3.1. I ran %python inside an IPython Notebook and ran the cell, …

python ipython jupyter
Python/IPython ImportError: no module named site

I had python 2.7.3 and ipython 1.2 up and running correctly on my Linux system (ubuntu 12.04) but was trying to install an …

python linux ubuntu-12.04 ipython importerror
IPython, "name 'plt' not defined"

I recently installed Atom as an IDE on my laptop, for university. I installed Hydrogen as a convenient solution to …

python matplotlib jupyter-notebook ipython hydrogen
How to dynamically update a plot in a loop in Ipython notebook (within one cell)

Environment: Python 2.7, matplotlib 1.3, IPython notebook 1.1, linux, chrome. The code is in one single input cell, using --pylab=inline I want …

python pandas matplotlib jupyter-notebook ipython
How to convert Spark RDD to pandas dataframe in ipython?

I have a RDD and I want to convert it to pandas dataframe. I know that to convert and RDD …

python pandas ipython pyspark rdd
NameError: name 'get_ipython' is not defined

I am working on Caffe framework and using PyCaffe interface. I am using a Python script obtained from converting the …

python ipython caffe pycaffe