The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
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 networkxI'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-notebookI 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-asyncioWhat is the best way to print an iPython notebook (.ipynb) that contains a lot of figures/plots, photos, and …
printing jupyter-notebook ipython-notebook pdflatexDropdown 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 jupyterI'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-notebookI'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-ggplotWhen 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 nbconvertIs 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 brightnessI 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