On Monday, March 30, 2020 at 12:15:44 PM UTC-4, Thomas Passin wrote: > > > The questions are: what benefit could be gotten by interfacing Leo and > Jupyter, and how complicated would it be? >
It seems to me that it would be essential to be able to embed images, interactive plots, and the like that are the result of executing the code in code cells. For working with notebooks from Jupyter users, and especially if they are to be executed inside Leo, the most apparent matters that would need to be dealt with are the following. 1. **Correct handling of Jupyter's "Magic" %-expressions.** Notebooks that were started in Leo would not necessarily need to include them, but imported notebooks are likely to use them. This would matter if the notebook were re-executed in Leo. 2. **Bundling of execution output data**. Images, interactive graphs, etc. These would need to be put into a location, and into a form that Leo's renderer can work with. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/1599b3e8-fa74-470b-8aa7-ecfb6acde43d%40googlegroups.com.
