r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
848 stars 67 forks source link

[Proposal] Resizable panels storing the console output and plots #396

Closed adrianolszewski closed 3 months ago

adrianolszewski commented 6 months ago

The output from several R functions can span multiple lines of text. In RStudio sometimes it's much easier to maximize the console window rather than scrolling all the time. Also, it would be nice to resize (increase the size) of the panel showing plots.

Would it be possible to make the panels resizable? Something similar to https://livecodes.io/?template=r (below: scrollers are surrounded by a red circle) obraz

georgestagg commented 3 months ago

Resizeable panels has been added in commit f437d4c.