Questions tagged [juno-ide]

The Juno IDE for the Julia programming language

Juno is an IDE for the Julia programming language, built on top of Atom.

Juno Community

67 questions
1
vote
1 answer

Julia cannot be launched in Juno IDE

I'm trying to launch Julia in the Juno IDE but it returns We tried to launch Julia from: julia This path can be changed in the settings. Details: /bin/sh: julia: command not found Ive searched around the forums, tried setting the julia…
Infinitus
  • 155
  • 10
1
vote
1 answer

Installing Julia on Atom

I am trying to install Julia on Atom. What I made already is that I installed Julia in this folder : E:\Program files\Users\Zeedo\AppData\Local\Julia-0.6.3 and I installed Atom. Then, I also installed language-Julia package. Now, when I want to run…
Zeedo
  • 11
  • 1
  • 3
1
vote
1 answer

Installation of Julia on Windows7 64 bit

This might be a either silly or simple question for anyone else, but I'm in serious trouble with this, I'm very very new to Julia, honestly, this is my first time to Julia. I want to learn Julia some more by myself because I've heard that Julia is…
J.-H. Kim
  • 23
  • 3
1
vote
1 answer

What is the difference between installation of Julia then Atom and installation of JuliaPro?

I have a few questions about approach for installation of Julia. 1) Julia installation then Atom. 2) JuliaPro installation. Both approaches seem to result in having Julia on Atom Editor. Juno seems to come along with installation process and first…
1
vote
0 answers

vstack graph not shown in juno (Gadfly)

I've just started with Julia and Juno but have extensive knowledge in other data analysis frameworks. While working with Julia in Juno trying to plot some graphs and combinations of graphs with Gadfly, I've stumbled over the following: fig1 =…
0
votes
1 answer

How to do a linear regression in Julia, also obtaining the standard deviation and the coefficient of determination?

I wanted a package that had a function that calculated the angular, linear, coefficient of determination R^2, standard deviation... and I am having trouble finding it. I've seen the examples here…
0
votes
1 answer

Argument to path.dirname must be string: juno-julia-run package

I installed JuliaPro on my Windows 10 Desktop. Whenever I open JuliaPro, I see a deprecation warning though I have not coded anything. Please find the below image, for more details. Will it be a problem if I disable juno-julia-run package?
acesaif
  • 192
  • 1
  • 3
  • 16
0
votes
1 answer

Watch Julia expressions in Atom/Juno

Is it possible to watch Julia expressions in Atom/Juno debugger as it works in other debuggers? I don't see it Did they felt back to Matlab's 30yo approach?
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
3 answers

Debug Julia script with Juno IDE

I'm new to Julia, version 1.39.1, and trying to debug a toy example function using the Juno IDE (Atom). I was able to get the example in this documentation working but could not figure out how to start the debugger on my Julia script or my function.…
pproctor
  • 101
  • 1
  • 10
0
votes
0 answers

No output for Julia program in Juno IDE

I'm trying to run a very simple Julia program containing only println("Hello world") in Juno IDE. It seems the code keeps running and no output is ever produced. However, when I type the snippet in the REPL window it immediately produces the desired…
Wasim Aftab
  • 638
  • 1
  • 8
  • 16
0
votes
1 answer

Debugging with Debugger not working in Julia when using Juno / Atom

I'm trying to step through a function in Julia when using the Juno IDE (i.e., Atom with the Julia extension). I'm using Julia 1.1 and the Debugger package. I'm trying to enter the function as follows: @enter myfunc(5) And when I run this, it opens…
J. Blauvelt
  • 785
  • 3
  • 14
0
votes
0 answers

How to display matshow() in Juno for Julia?

I'm trying to display a 2x2 matrix with matshow() using PyPlot in Julia for Juno IDE: using PyPlot pyplot() a = [rand(5),rand(5)] display(matshow(a)) which displays PyObject in the REPL. But, no…
0
votes
1 answer

Julia : Dataframes packages having trouble to convert column containing both int and float

I'm a R user with great interest for Julia. I don't have a computer science background. I just tried to read a 'csv' file in Juno with the following command: using CSV using DataFrames df = CSV.read(joinpath(Pkg.dir("DataFrames"),…
ecjb
  • 5,169
  • 12
  • 43
  • 79
0
votes
1 answer

Julia : How to copy an error message from Juno in Atom?

Sorry for this very basic question but how is it possible to copy an error message from Juno in Atom using Julia. I tried to highlight the message but as soon as i hit CMD + c (on a Mac) the highlighting disappears and nothing is being copied
ecjb
  • 5,169
  • 12
  • 43
  • 79
0
votes
0 answers

Cannot start Julia on Juno+Atom

I've installed Atom via the ppa sudo add-apt-repository ppa:webupd8team/atom sudo apt install atom then I've installed the Juno IDE via uber-juno in the "+Install" section in Atom. At ths stage, when I try to start Julia from the console in Atom,…
Erik Pillon
  • 431
  • 1
  • 4
  • 11