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.

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
How do I add a title to Seaborn Heatmap?

I want to add a title to a seaborn heatmap. Using Pandas and iPython Notebook code is below, a1_p = …

python pandas ipython-notebook seaborn
prevent plot from showing in jupyter notebook

How can I prevent a specific plot to be shown in Jupyter notebook? I have several plots in a notebook …

python matplotlib jupyter-notebook ipython-notebook figures
How to recover deleted iPython Notebooks

I have iPython Notebook through Anaconda. I accidentally deleted an important notebook, and I can't seem to find it in …

ipython-notebook jupyter-notebook recovery
TAB completion does not work in Jupyter Notebook but fine in iPython terminal

TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run …

ipython-notebook readline jupyter tab-completion ubuntu-15.10
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
how to save the output of a cell in iPython notebook?

I would like to be able to save the TEXT output of an iPython notebook cell into a file on …

ipython ipython-notebook ipython-magic
How do I delete/refresh available kernels for IPython/Jupyter notebook v4.0?

I've recently stopped using macports so the kernel.json files I had for various IPython kernels are out of date. …

ipython ipython-notebook jupyter
IPython Notebook locale error

After installing the latest Mac OSX 64-bit Anaconda Python distribution, I keep getting a ValueError when trying to start the …

python python-2.7 locale ipython ipython-notebook
How to pickle or store Jupyter (IPython) notebook session for later

Let's say I am doing a larger data analysis in Jupyter/Ipython notebook with lots of time consuming computations done. …

python ipython ipython-notebook jupyter jupyter-notebook