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.

Importing pytesseract

I have trying to use pytesseract for OCR (extracting text from the image). I have successfully installed pytessearct by using …

python pip ipython jupyter-notebook pytesser
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 …

python macos readline ipython
How do I add a kernel on a remote machine in IPython (Jupyter) Notebook?

Dropdown menu in the top-right of the UI on a local machine (PC): Kernel-> Change kernel-> Python 2 (on …

python ipython ipython-notebook ipython-parallel jupyter
How to install Rodeo IDE in Anaconda python distribution?

I have a 64bit anaconda python distribution version 2.3 with python 3.4.3 installed on windows 7 machine. I searched about installing rodeo on …

python python-3.x ipython anaconda rodeo
Stepping into a function in IPython

Is there a way to step into the first line of a function in ipython. I imagine something that would …

python debugging ipython pdb
Unreadable Notebook: Unsupported JSON nbformat version 4 (supported version: 3)

I've just installed IPython 3.0 using pip on my laptop, which is running Ubuntu 14.04: $ pip search ipython ipython-cluster-helper - Simplify IPython …

json ubuntu ipython ubuntu-14.04 ipython-notebook
converting from .py to .ipynb

I wrote a juypter notebook that has been converted to .py somehow. I would like it back in the original …

python jupyter-notebook ipython file-conversion
Dynamically changing dropdowns in IPython notebook widgets and Spyre

I have a dropdown in an IPython notebook (as part of the HTML widgets) and in a Spyre app (as …

python jupyter-notebook ipython ipywidgets
Cython in Ipython: ERROR: Cell magic `%%cython` not found

While using cython in ipython notebook, I see the error below. What's wrong? %load_ext cythonmagic /usr/local/lib/python2.7/…

ipython cython
How to make a histogram in ipython notebook using ggplot2 (for python)

I'm trying to make a histogram of a simple list of numbers in python using ipython notebook and ggplot for …

python ggplot2 ipython ipython-notebook python-ggplot