Top "Jupyter-notebook" questions

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

How do I increase the cell width of the Jupyter/ipython notebook in my browser?

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 jupyter
How can I open the interactive matplotlib window in IPython notebook?

I am using IPython with --pylab=inline and would sometimes like to quickly switch to the interactive, zoomable matplotlib GUI …

python matplotlib jupyter-notebook
How to embed HTML into IPython output?

Is it possible to embed rendered HTML output into IPython output? One way is to use from IPython.core.display …

python html ipython jupyter-notebook
How to get autocomplete in jupyter notebook without using tab?

I would like to get an autocompletion feature in notebooks i.e. when I type something, a dropdown menu appears, …

python jupyter-notebook
how to make a new line in a jupyter markdown cell

md $S$: a set of shops $I$: a set of items M wants to get I'd like to make a …

markdown jupyter-notebook jupyter
How to know which is running in Jupyter notebook?

I 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 jupyter
How to change color in markdown cells ipython/jupyter notebook?

I'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 markdown
IOPub data rate exceeded in Jupyter notebook (when viewing image)

I want to view an image in Jupyter notebook. It's a 9.9MB .png file. from IPython.display import Image Image(…

jupyter-notebook ipython jupyter
Is there an equivalent to CTRL+C in IPython Notebook in Firefox to break cells that are running?

I've started to use the IPython Notebook and am enjoying it. Sometimes, I write buggy code that takes massive memory …

python ipython jupyter-notebook
convert json ipython notebook(.ipynb) to .py file

How do you convert an IPython notebook file (json with .ipynb extension) into a regular .py module?

python jupyter-notebook ipython nbconvert