On Thursday, August 13, 2020 at 1:34:55 PM UTC-4, k-hen wrote:
>
> This is very helpful, thank you. I think using including images would be 
> fine, I'm also flirting a bit with maybe trying out the leo asciidoc system 
> over markdown and/or rst - which I have a harder time connecting with. 
> If you run the SQL from LEO, do you happen to know if it's possible to 
> capture/view the output somehow, i.e. to monitor its progress?
>

You can capture stdout and stderr, though I think you would only get them 
after it's all finished.  Basically you run a script that calls 
subprocess.call(), and call() lets you ask for stdout and stderr, which you 
can then display.  I can give you an example if you would like.

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b3a97e65-e8f8-4dde-b2e0-ada64c141be5o%40googlegroups.com.

Reply via email to