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 %timeit what is loop and iteration in the options?

I am wondering about the %timeit command in IPython From the docs: %timeit [-n<N> -r<R&…

python ipython timeit
No module named 'pyhive'

I'm trying to access data from Hive in a iPython Notebook. So I run pip3 install PyHive This returns Requirement …

python python-3.x hive ipython pyhive
Save the "Out[]" table of a pandas dataframe as a figure

This may seem to be a useless feature but it would be very helpful for me. I would like to …

python matplotlib pandas ipython canopy
IPython - Run all cells below from a widget

I'm trying use a multi select widget to enable users to select from a list of countries, and then have …

ipython cell jupyter
ImportError: No module named 'jupyter_client'

I am trying to install RODEO on my debian jessie box. I've successfully pip installed rodeo and the installation was …

python python-3.x ipython rodeo
Retrieving files from remote IPython notebook server?

If I don't want to give out SSH access to users of my remote IPython notebook server. Is there a …

ipython ipython-notebook remote-server
How do I read the output of the IPython %prun (profiler) command?

I run this: In [303]: %prun my_function() 384707 function calls (378009 primitive calls) in 83.116 CPU seconds Ordered by: internal time ncalls tottime …

python interpreter profiler ipython
Turn off auto-closing parentheses in ipython

I stay up-to-date with ipython's dev branch (because ipython is pretty much the most awesome thing ever). Fairly recently (before …

ipython ipython-notebook
Disable IPython Exit Confirmation

It's really irritating that every time I type exit(), I get prompted with a confirmation to exit; of course I …

python ipython
How to Copy from IPython session without terminal prompts

Frequently, my workflow involves data cleaning/munging in an IPython shell. This has become particularly wonderful since IPython version 5.0 with …

python ipython copying