InnovationEngine
InnovationEngine copied to clipboard
fix(interactive): Prevent standard output from previous commands showing in the output viewport for `ie interactive`
This PR refactors interactive mode into smaller modules, converts Sucess
to Status
to simplify checking the state of codeblocks, and fixes an issue where the output of the first executed code block got stuck when going between code blocks during the execution of a document in ie interactive
.