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 notebook clear cell output in code

In a iPython notebook, I have a while loop that listens to a Serial port and print the received data …

python ipython ipython-notebook
How to show PIL Image in ipython notebook

This is my code from PIL import Image pil_im = Image.open('data/empire.jpg') I would like to do …

python ipython python-imaging-library ipython-notebook
IPython/Jupyter Problems saving notebook as PDF

So, i've been trying to save a jupyter notebook as PDF but i just can't figure out how to do …

pdf ipython jupyter
How to change color in markdown cells ipython/jupyter notebook?

I'm only looking to format a specific string within a cell. I change that cell's format to "Markdown" but I'm …

jupyter-notebook ipython markdown
IOPub data rate exceeded in Jupyter notebook (when viewing image)

I want to view an image in Jupyter notebook. It's a 9.9MB .png file. from IPython.display import Image Image(…

jupyter-notebook ipython jupyter
What is the difference between Python and IPython?

What exactly is the difference between Python and IPython? If I write code in Python, will it run in IPython …

python ipython
Is there an equivalent to CTRL+C in IPython Notebook in Firefox to break cells that are running?

I've started to use the IPython Notebook and am enjoying it. Sometimes, I write buggy code that takes massive memory …

python ipython jupyter-notebook
Reloading submodules in IPython

Currently I am working on a python project that contains sub modules and uses numpy/scipy. Ipython is used as …

python ipython
How to hide code from cells in ipython notebook visualized with nbviewer?

I have an ipython/jupyter notebook that I visualize using NBviewer. How can I hide all the code from the …

javascript ipython ipython-notebook
convert json ipython notebook(.ipynb) to .py file

How do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?

python jupyter-notebook ipython nbconvert