obsidian-execute-code
obsidian-execute-code copied to clipboard
"Run all cells" command
Hi there,
Is there any possibility of running all code blocks using the command pallet at once?
This would be great!
Hello, No that's not possible yet. It's only possible to execute single code blocks independent of each other.
Do you want to just run the code in each code block independently or do you want to execute them together as if they where subsequent parts of a single program?
I will add this to the list of features to implement.
you would also need a way to pass data from one cell to another. I have seen this done in jupyter via a plugin called SOS it had build in features to use a messaging queue (zeromq) and functions in languages to convert between different data types.