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
0
votes
1 answer

How to set up atom / juno to run julia?

I'm trying to set up Atom/Juno to run Julia so that it looks like the screen grab on this website - it looks exactly like what I want. http://junolab.org/ I have downloaded and installed Julia and Atom. On Atom I have installed packages uber-juno,…
brb
  • 1,123
  • 17
  • 40
0
votes
0 answers

Error in starting julia

I downloaded Julia(v0.5.2) from here, then unpacked the downloaded folder. after that i install AtOM and set uber-juno for it. when i wrote in console 2+2, i got such error: We tried to launch Julia from: julia This path can be changed in the…
Armaa
  • 625
  • 1
  • 5
  • 13
0
votes
2 answers

How to launch the julia interpreter with arguments in juno?

How can I launch the julia interpreter with arguments (-p 4 for workers), in the juno plugin for atom? For example in the command line, you call: julia -p 4 and you start the julia interpreter with 4 workers.
RaidenF
  • 3,411
  • 4
  • 26
  • 42
0
votes
2 answers

How to Plot Graphs in Julia 0.5?

I'm learning Julia by working through Chris Rackauckas' Introduction and I've come across a task that requires me to plot some data. I couldn't manage to get the Plots module to import so I tried a simple test: using Plots x = 1:10 y = 0.5*x +…
RHP
  • 103
  • 7
0
votes
1 answer

Pkg.update not working in Juno Julia on Ubuntu

i downloaded my ubuntu ide Juno for Julia langage. Unfortunately when i am trying to execute Pkg.update() command i got this error: could not spawn 'git rev-parse --symbolic-full-name -abbrev-ref HEAD' : no such file or directory (ENOENT) I would…
Dago
  • 788
  • 2
  • 9
  • 24
0
votes
1 answer

Importing a txt file

I am trying to import a txt file read the first line and get that printed to the screen to just test it. But it won't work and says that there is no file in the directory, but my .jl file and .txt file are in the same folder and I have check 10…
Jacques
  • 1
  • 1
-1
votes
2 answers

Git problem: error: src refspec origin does not match any

Any info I have found in similar threads could not help me solve the problem. Basically, I am working on a git project. My usual way of working have been: git checkout -b new_branch #Create a new branch I program in Julia programming language,…
Gaussia
  • 113
  • 1
  • 2
  • 8
1 2 3 4
5