When julia used with multiple files and VS Code.
What are options to render plots, doc, formulas? Basically just some sort of renderer like Notebook Viewer?
For many years and currently I use my own reporting - basically generating markdown or my own report format with julia, saving it as file and just viewing it in browser (see image below), but, there should be some better way. So what are the options?
Something lightweight and simple, ideally reactive, when you change code in VS - it should update document automatically (no need for UI control and interactivity in the document itself).
P.S.
Julia also provides quick view in VSCode, really like it, but - it has huge problem, the preview is small, and when I double click it - it gets bigger, but when I double click on it to minimise it back - it doesn’t work well, it doesn’t remember tis original minimised size, and minimises it to larger view, so you had to manually resize it back to small size, which is very inconvenient and pretty much makes zooming it unusable.