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


_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to