Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-06 Thread Arjan
That's basically what I use in my .bat which I launch from CLI with Anaconda env active. But it doesn't work as a shortcut because it's lacking the right environment. On Tuesday, November 6, 2018 at 5:26:58 AM UTC+1, huliuhe wrote: > > write a bat file , the content is : > > start

Not Leo in Flexx

2018-11-06 Thread Terry Brown
I could have sworn I'd posted about this, but can't find the post - I'd be curious if anyone remembered a posting along these lines. Pffft. For a while (since Aug. 9 2018 according to git) I've been fiddling with a Flexx based app. that is Leo like. But not Leo. It's an experiment with a

Re: Status report: learning flexx

2018-11-06 Thread Edward K. Ream
On Tuesday, November 6, 2018 at 5:12:24 AM UTC-6, Edward K. Ream wrote: Note: The code above is valid pscript only if it is on the python side. > Pscript for JS does not support the necessary generator, so it would have > to be this instead: > > def make_outline_list(c): > result = [] >

Status report: learning flexx

2018-11-06 Thread Edward K. Ream
The short summary: flexx is starting to make sense to me. It looks like the perfect fit for LeoWapp (Leo as a web app). There is already a working prototype, but some important questions remain. This post contains implementation details, so feel free to ignore all that follows. *Getting the