The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
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-notebookI want to add a title to a seaborn heatmap. Using Pandas and iPython Notebook code is below, a1_p = …
python pandas ipython-notebook seabornHow 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 figuresI have iPython Notebook through Anaconda. I accidentally deleted an important notebook, and I can't seem to find it in …
ipython-notebook jupyter-notebook recoveryTAB 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.10I've got a local video file (an .avi, but could be converted) that I would like to show a client (…
html5-video ipython ipython-notebookI would like to be able to save the TEXT output of an iPython notebook cell into a file on …
ipython ipython-notebook ipython-magicI've recently stopped using macports so the kernel.json files I had for various IPython kernels are out of date. …
ipython ipython-notebook jupyterAfter 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-notebookLet'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