IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.
I'm trying to get my data head to display but I get an error message: NameError: name 'display' undefined import …
python ipython displayIPython Notebook comes with nbconvert, which can export notebooks to other formats. But how do I convert text in the …
python ipython ipython-notebook jupyter-notebookI'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 qtconsoleI have a large dataframe (several million rows). I want to be able to do a groupby operation on it, …
python pandas parallel-processing ipythonIn my notebook, I have a cell returning temp calculation results. It's a bit long, so after it is run, …
ipython jupyter jupyter-notebookPlotting 2 distplots or scatterplots in a subplot works great: import matplotlib.pyplot as plt import numpy as np import seaborn …
python matplotlib ipython seabornBesides the original Jupyter Notebook file (.ipynb file), sometimes I get a checkpoint .ipynb file which seems to be directly …
jupyter-notebook ipython jupyterI'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