ipython 3.0 issue

2015-03-02 Thread Gideon Simpson
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 Is there a new dependency in ipython 3.0 that was not added to macports?___ macports-users mailing list

Re: ipython 3.0 issue

2015-03-02 Thread Jeremy Lavergne
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

Re: ipython 3.0 issue

2015-03-02 Thread Gideon Simpson
py27-ipython @3.0.0_0+notebook+parallel+scientific Ok, installing mistune through pip solved the problem. Version 3.0 also requires py-jsonschema, which is not a current dependency. -gideon On Mar 2, 2015, at 5:46 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: On Mon, March 2,

Re: ipython 3.0 issue

2015-03-02 Thread Jeremy Lavergne
On Mon, March 2, 2015 18:36, Gideon Simpson wrote: py27-ipython @3.0.0_0+notebook+parallel+scientific Ok, installing mistune through pip solved the problem. Version 3.0 also requires py-jsonschema, which is not a current dependency. -gideon Good find! https://trac.macports.org/ticket/47004