On Mon, Mar 21, 2016 at 9:45 AM, Andre Smit <[email protected]> wrote:
> I like the idea of showing plots in the viewrendered window. What about > embedding the ipython qtconsole in a separate leo tab like we have for > Spell, Nav, Task, etc? > I looked into that Saturday, iirc. It won't be straightforward because matplotlib has an abstraction layer based on Qt QMainWindow, not QFrame. This kind of problem can always be overcome given enough work (and monkey patching :-) It's pretty amazing how much matplotlib can do. For sure Leo will soon have a good interface to it. I am going to leave the matplotlib work for now while I work on importing and exporting to/from Jupyter notebooks. The import/export code has just passed its first round-trip test. Several more hours of work will be needed. I'll likely write this all up tomorrow. It's pretty cool. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
