JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
273 stars 72 forks source link

Nice viewing of dataframes? #153

Open tlnagy opened 8 years ago

tlnagy commented 8 years ago

It's much nicer working with dataframes in IJulia than in the atom client. Would it be possible to add a dataframe panel like Rstudio has? That would be very useful, especially if it some basic interactions (e.g. sorting) implemented.

MikeInnes commented 8 years ago

This would certainly be possible (and a great feature to have), but it would take a solid week's work to get a prototype going and much more to make it polished/usable. So this comes under the very indefinite "when I have time / when someone else volunteers / when someone pays Julia Computing" label.

See also this prototype, though.

FelipeLema commented 5 years ago

Does https://github.com/queryverse/ElectronDisplay.jl help on this?

pfitzseb commented 5 years ago

No, but https://github.com/JuliaComputing/TableView.jl does/will.