ipython 3.0 issue

Jeremy Lavergne jeremy at lavergne.gotdns.org
Mon Mar 2 14:46:20 PST 2015


On Mon, March 2, 2015 17:25, Gideon Simpson wrote:
> I upgraded to ipython 3.0, and when I try to convert an ipython notebook
> to PDF or HTML, I get the error:
>
> ImportError: No module named mistune

It's entirely possible. Which python's ipython did you install?

Once that pythonx.y's pip is installed, I'd recommend using it to install
mistune.

The general workflow would be:
sudo port install pip-X.Y
sudo port select pip pip-X.Y
sudo pip-X.Y install mistune




More information about the macports-users mailing list