Hello!
I am new to julia, and I am looking for an GUI developing enivronment on ubuntu system for julia language on which I can check the created variables, save plots and edit codes (like in spyder). Can anyone recommend a good interface?
Thanks!
Hello!
I am new to julia, and I am looking for an GUI developing enivronment on ubuntu system for julia language on which I can check the created variables, save plots and edit codes (like in spyder). Can anyone recommend a good interface?
Thanks!
Sounds like you are looking for VSCode with the Julia Extension (https://www.julia-vscode.org/)
You can use the Julia panel to see all the variables you have just like Spyder. It also plots things in a Plots pane and has built in profiler displays
In case you don’t Like VSCode, you could also have a look at Juno (based on Atom). However, note that, to the best of my knowledge, it is not being actively developed anymore.