I want to run all code blocks on one click. Pyscript does have a run button on all of the <py-repl />
but I want to run all of blocks on single click and show output as one.
Further I want to add new <py-repl />
on click. Right now library adds new block when previous block's run button clicked.
Pyscript has no support for react right now, I am using DangerouslySetInnerHTML
to add tags.