Open VladimirFokow opened 1 week ago
refactor this: https://github.com/bhoov/manim-notebook/blob/4543f93822ccada625ccb1040e884629fd6599d4/src/previewCode.ts#L5-L7
instead of only there - add \x0C and \x1b in the executeTerminalCommand function itself (we can add args to this function which command whether to add these symbols or not)
\x0C
\x1b
executeTerminalCommand
refactor this:
https://github.com/bhoov/manim-notebook/blob/4543f93822ccada625ccb1040e884629fd6599d4/src/previewCode.ts#L5-L7
instead of only there - add
\x0C
and\x1b
in theexecuteTerminalCommand
function itself(we can add args to this function which command whether to add these symbols or not)