Juno.jl
Juno.jl copied to clipboard
[FR] Feature Request view data
It would be great if users could automatically view datasets w/ Juno (like in RStudio). One option is to possibly integrate: https://github.com/JuliaComputing/TableView.jl
You can already use TableView in Juno, but yes, a button (in the workspace for example) that uses TableView would be cool to have.
Yea, that's exactly what I mean. That way users can use TableView automatically, possibly by pressing an option when clicking on a variable in workspace, w/o having to load it.
While were are listing desired features here is a wishlist:
1 it would be awesome if when we open a file w/ Juno we will automatically be in the directory of that file w/o needing cd()
2 Several IDEs have an "Import Dataset" button w/ options From Excel, SPSS, SAS, Stata... -it would be awesome to link Juno to automatically call programs in Julia that do these things
3 Other IDEs have a button to clear objects from the workspace
4 It would be nice to have a panel where we see the current directory & can move around to other directories
5 It would be amazing to have a Packages panel where I see all packages I have installed & which are currently loaded etc
We'd appreciate if you open a separate issue for a separate FR.
1 it would be awesome if when we open a file w/ Juno we will automatically be in the directory of that file w/o needing
cd()
Not everyone may want to this, but would be good to have an option for this. For now you can use julia-client: work-in-hoge command
2 Several IDEs have an "Import Dataset" button w/ options From Excel, SPSS, SAS, Stata... -it would be awesome to link Juno to automatically call programs in Julia that do these things
Just from curiosity is there any de facto standard package that handles all those different format data ?
3 Other IDEs have a button to clear objects from the workspace
Complete refreshing is impossible due to language limitation, at least currently.
5 It would be amazing to have a Packages panel where I see all packages I have installed & which are currently loaded etc
Would be great.
1 I will open a separate issue for each FR. 2 how do I do: julia-client: work-in-hoge command
3: https://github.com/queryverse/ReadStat.jl Also: https://github.com/queryverse Has programs to read CSV/Excel/ etc
4 yes I’d like Julia to allow this at some point -at least the option to clear one variable at a time
Also see:
CSV.jl. uCSV.jl. TextParse.jl (). ReadWriteDlm2.jl. Feather.jl. FeatherLib.jl (). ReadStat.jl (). SASLib.jl. ExcelReaders.jl (). XLSX.jl (). Taro.jl. Bedgraph.jl (). DBFTables.jl. RData.jl.
2 how do I do: julia-client: work-in-hoge command
Open a command palette and enter "work in " or whatever command you want to use. You may want to see our documentation as well: http://docs.junolab.org/latest/man/basic_usage/
You can also find those commands in menus Juno -> Working Directory
Similar issue here: https://github.com/JunoLab/atom-julia-client/issues/153