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.

Display() in Python

I'm trying to get my data head to display but I get an error message: NameError: name 'display' undefined import …

python ipython display
Converting to (not from) ipython Notebook format

IPython Notebook comes with nbconvert, which can export notebooks to other formats. But how do I convert text in the …

python ipython ipython-notebook jupyter-notebook
printing bold, colored, etc., text in ipython qtconsole

I'm trying to get text to display as bold, or in colors, or possibly in italics, in ipython's qtconsole. I …

python jupyter-notebook ipython jupyter-lab qtconsole
Reset ipython kernel

I was wondering if there is a way to restart the ipython kernel without closing it, like the kernel restart …

python kernel ipython reload
How to iterate over consecutive chunks of Pandas dataframe efficiently

I have a large dataframe (several million rows). I want to be able to do a groupby operation on it, …

python pandas parallel-processing ipython
Jupyter Notebook: command for hide the output of a cell?

In my notebook, I have a cell returning temp calculation results. It's a bit long, so after it is run, …

ipython jupyter jupyter-notebook
How to plot 2 seaborn lmplots side-by-side?

Plotting 2 distplots or scatterplots in a subplot works great: import matplotlib.pyplot as plt import numpy as np import seaborn …

python matplotlib ipython seaborn
simple IPython example raises exception on sys.exit()

I'm doing some very simple PySide (and PyQt) tutorials in IPython. One tutorial just creates a window with some sliders …

exception pyqt4 exit ipython pyside
What are Jupyter Notebook checkpoint files for?

Besides the original Jupyter Notebook file (.ipynb file), sometimes I get a checkpoint .ipynb file which seems to be directly …

jupyter-notebook ipython jupyter
How can I play a local video in my IPython notebook?

I've got a local video file (an .avi, but could be converted) that I would like to show a client (…

html5-video ipython ipython-notebook