The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
In a iPython notebook, I have a while loop that listens to a Serial port and print the received data …
python ipython ipython-notebookThis 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-notebookI have an ipython/jupyter notebook that I visualize using NBviewer. How can I hide all the code from the …
javascript ipython ipython-notebookI am using ipython Jupyter notebook. Let's say I defined a function that occupies a lot of space on my …
python ipython ipython-notebook jupyterI 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.4Every time I launch IPython Notebook, the first command I run is %matplotlib inline Is there some way to change …
python matplotlib ipython-notebookI need to create a figure in a file without displaying it within IPython notebook. I am not clear on …
matplotlib ipython-notebookI just started IPython Notebook, and I tried to use "Save" to save my progress. However, instead of saving the *.…
python ipython ipython-notebookHere is an example of IPython notebook in which besides the input and output cells we have a plain text. …
ipython ipython-notebookI have started my IPython Notebook with ipython notebook --pylab inline This is my code in one cell df['korisnika'].…
python pandas ipython ipython-notebook