The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
I would like to increase the width of the ipython notebook in my browser. I have a high-resolution screen, and …
python ipython ipython-notebook jupyter-notebook jupyterI am using IPython with --pylab=inline and would sometimes like to quickly switch to the interactive, zoomable matplotlib GUI …
python matplotlib jupyter-notebookIs it possible to embed rendered HTML output into IPython output? One way is to use from IPython.core.display …
python html ipython jupyter-notebookI would like to get an autocompletion feature in notebooks i.e. when I type something, a dropdown menu appears, …
python jupyter-notebookmd $S$: a set of shops $I$: a set of items M wants to get I'd like to make a …
markdown jupyter-notebook jupyterI use Jupyter notebook in a browser for Python programming, I have installed Anaconda (Python 3.5). But I'm quite sure that …
python anaconda jupyter-notebook jupyterI'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 markdownI want to view an image in Jupyter notebook. It's a 9.9MB .png file. from IPython.display import Image Image(…
jupyter-notebook ipython jupyterI've started to use the IPython Notebook and am enjoying it. Sometimes, I write buggy code that takes massive memory …
python ipython jupyter-notebookHow do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?
python jupyter-notebook ipython nbconvert