running snippets from a code box would be already useful I think
btw you can embed any of examples from PyScript demo in an iframe to test Piodide and PyScript
running snippets from a code box would be already useful I think
btw you can embed any of examples from PyScript demo in an iframe to test Piodide and PyScript
Relevant: feat: WIP native cli command support by tiensonqin · Pull Request #7465 · logseq/logseq · GitHub
There is work in progress to let plugins (and eventually user directly) exec native commands that are in a whitelist specified in config.edn.
In the attached videos you can see a code block whose content is passed to a native command.
Maybe we will be able to add a command like python
in config.edn whitelist and run snippets written in code blocks, hopefully displaying the output in a block too.
Any progress with R anyone know? Would love to be able to use quarto in LogSeq.
The next step is done with Jupyter-like evaluation:
Thanks for the guidance. I’ve implemented your custom.js, custom.css and macro buttons to good effect and now have a number of custom calculators in my graphs without the need for plugins so they work on Desktop and Android.
I effectively now have Jupyter style functionailty built in including carryover of variable values from code block to code block.
Great work.