How to Copy a Table from VS Code Workspace

I would like to copy (to paste it, for example, into Excel) a complete table including the header, which I obtain from the vscodedisplay(matrix/dataframe) function or by showing it within the workspace.

2 Likes

Check the BrowseTables.jl alternative, see also this post.

1 Like