r-wasm / quarto-live

WebAssembly powered code blocks and exercises for both the R and Python languages in Quarto documents
https://r-wasm.github.io/quarto-live/
MIT License
121 stars 7 forks source link

Icon/mode for understanding environment scope #26

Open coatless opened 3 months ago

coatless commented 3 months ago

As some code cells can be separated from the "global" environment, you may want to indicate what environment the cell is in.

Maybe a global in the bottom left of the code cell could be used to denote the environment state? This can switch over to a code file icon for exercises.

This could potentially open the door for a way to "pop up" an interactive environment data viewer.