Top "Ipython-notebook" questions

The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.

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
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
collapse cell in jupyter notebook

I am using ipython Jupyter notebook. Let's say I defined a function that occupies a lot of space on my …

python ipython ipython-notebook jupyter
Pandas - Plotting a stacked Bar Chart

I am trying to create a stacked bar graph that replicates the picture, all my data is separate from that …

python matplotlib pandas ipython-notebook python-3.4
Automatically run %matplotlib inline in IPython Notebook

Every time I launch IPython Notebook, the first command I run is %matplotlib inline Is there some way to change …

python matplotlib ipython-notebook
Calling pylab.savefig without display in ipython

I need to create a figure in a file without displaying it within IPython notebook. I am not clear on …

matplotlib ipython-notebook
IPython Notebook save location

I just started IPython Notebook, and I tried to use "Save" to save my progress. However, instead of saving the *.…

python ipython ipython-notebook
How to write text in ipython notebook?

Here is an example of IPython notebook in which besides the input and output cells we have a plain text. …

ipython ipython-notebook
Make more than one chart in same IPython Notebook cell

I have started my IPython Notebook with ipython notebook --pylab inline This is my code in one cell df['korisnika'].…

python pandas ipython ipython-notebook