Re: jupyter notebook use issue

2023-11-27 Thread HaveF HaveF
> > It occurs to me that it should be fairly easy to create a Leo plugin that > would display an .ipynb file. I'm not sure if this one is of much use, don't get me wrong, Thomas, I just want you to maintain a little less code. For me, the common way to use a notebook is mainly to change the cod

Re: jupyter notebook use issue

2023-11-27 Thread Thomas Passin
It occurs to me that it should be fairly easy to create a Leo plugin that would display an .ipynb file. Both VR and VR3 used to do this. They used a pip-installable module that converted it to HTML and displayed that, IIRC. We could resurrect that code into the new plugin. The plugin would

Re: jupyter notebook use issue

2023-11-27 Thread Thomas Passin
Very sweet, and ideally suited to work with Leo. On Monday, November 27, 2023 at 2:52:53 AM UTC-5 iamap...@gmail.com wrote: > Ok, it seems jupytext is the right choice. It can pair notebook with > python file. I just use Leo to handle the python files :-D Great! > > https://github.com/mwouts/j

devel contains PR #3645. Please test.

2023-11-27 Thread Edward K. Ream
PR #3645 has been merged into devel. The PR itself discusses all the details. This PR refactors the code that reads all kinds of files. All my tests pass, but the possibility of new bugs exists. Please report *any* problems immediately.

Re: jupyter notebook use issue

2023-11-27 Thread Edward K. Ream
On Mon, Nov 27, 2023 at 1:52 AM HaveF HaveF wrote: > Ok, it seems jupytext is the right choice. It can pair notebook with > python file. I just use Leo to handle the python files :-D Great! > > https://github.com/mwouts/jupytext#paired-notebooks > Thanks for the heads up. Edward -- You receiv