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.

Draw graph in NetworkX

I'm trying to draw any graph in NetworkX, but get nothing, not even errors: import networkx as nx import matplotlib.…

python matplotlib ipython ipython-notebook networkx
Open an ipython notebook via double-click on osx

I've downloaded a couple of ipython notebooks, and I'd like to open them in browser tabs without navigating to the …

macos osx-mountain-lion ipython ipython-notebook
How do I run Python asyncio code in a Jupyter notebook?

I have some asyncio code which runs fine in the Python interpreter (CPython 3.6.2). I would now like to run this …

python ipython-notebook jupyter python-asyncio
Best way to print an iPython notebook

What is the best way to print an iPython notebook (.ipynb) that contains a lot of figures/plots, photos, and …

printing jupyter-notebook ipython-notebook pdflatex
How do I add a kernel on a remote machine in IPython (Jupyter) Notebook?

Dropdown menu in the top-right of the UI on a local machine (PC): Kernel-> Change kernel-> Python 2 (on …

python ipython ipython-notebook ipython-parallel jupyter
Unreadable Notebook: Unsupported JSON nbformat version 4 (supported version: 3)

I've just installed IPython 3.0 using pip on my laptop, which is running Ubuntu 14.04: $ pip search ipython ipython-cluster-helper - Simplify IPython …

json ubuntu ipython ubuntu-14.04 ipython-notebook
How to make a histogram in ipython notebook using ggplot2 (for python)

I'm trying to make a histogram of a simple list of numbers in python using ipython notebook and ggplot for …

python ggplot2 ipython ipython-notebook python-ggplot
How to remove heading numbers in Jupyter during pdf conversion?

When I use the heading tags (# ##, etc) using markdown, they are always converted to numbered sections during pdf-latex conversion. How …

markdown ipython-notebook jupyter-notebook nbconvert
How to change default colour scheme for ipython notebook?

Is there an easy way to change this? I've just upgraded from ipython notebook v0.12 to 1.1 and it doesn't seem …

python colors ipython-notebook brightness
Pipe Ipython magic output to a variable?

I want to run a bash script in my ipython Notebook and save the output as a string in a …

python python-2.7 ipython ipython-notebook ipython-magic