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

Juno/Atom Python version different from terminal and REPL Python version

I am running Ubuntu 16.04 and my version of Python points to version 3.5, however the one in Atom points to 2.7. Does anybody know how I can change that? So the python --version in terminal gives me: Python 3.5.2 :: Anaconda 4.2.0 (64-bit) and…
A.Yazdiha
  • 1,336
  • 1
  • 14
  • 29
2
votes
3 answers

View like function in Julia Juno

id like to start using Julia for computing instead of Python. But so far I miss very important tool - View-like function. There is View() function in R that displays whole dataframe. This is very handfull tool, I cant even imagime use Julia withouth…
Bobesh
  • 1,157
  • 2
  • 15
  • 30
2
votes
0 answers

Integrating Juno IDE with Atom editor for julia in windows

After having installed Atom and then integrating it with Juno IDE from here, i found this error shown at startup:- Julia could not be found. We tried to launch Julia from: C:\Program Files\Julia-0.4.6\bin\julia.exe This path can be changed in the…
user_1_1_1
  • 903
  • 1
  • 12
  • 27
2
votes
2 answers

Value of Working Directory At The Time of Evaluating a Julia Code in JUNO

Typically when opening and running a file in an IDE, the current path would be the residing path of the file, i.e. the location that file resides. For some reason, experience tells this is not the case in JUNO for Julia language (Edit: in…
user25004
  • 1,868
  • 1
  • 22
  • 47
2
votes
0 answers

Julia's execution using Juno gets blocked because of not being able to access the console

In another question: Juno IDE for Julia, how to interact? One of the answers stated: You can't enter commands into the console in Juno--that's for displaying output. Commands can be submitted from within the editor by setting your cursor in the…
1
vote
1 answer

julia LoadError: UndefVarError: @showprogress not defined

I excute ,but it reports erro.Here is part of the codes: function main() using Images, ImageView, DataFrames, CSV, Statistics, LinearAlgebra import Glob import…
zhouzhou
  • 21
  • 3
1
vote
1 answer

How to plot a graph of points generated by two vectors in Julia?

I have two vectors where each corresponding position of each vector represents a point, for example position 1 of one vector has a value of x1 and position 1 of the other vector has a value of y1, and these values (x1 , y1) represent a point. And so…
1
vote
0 answers

Unsatisfiable requirements detected for package Atom on Windows

I am having endless loop (v1.1) pkg> update Atom Updating registry at `C:\Users\Dmitry\.julia\registries\General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... ERROR: Unsatisfiable requirements…
Dims
  • 47,675
  • 117
  • 331
  • 600
1
vote
0 answers

In JuliaPro, how do I get registered Packages?

I am new to JuliaPro and Julia 1.5.2, and trying to load Plots (and then Plotly(JS)) in Juno. When I begin my script with: using Pkg Pkg.add("Plots") which is code I copied from https://www.math.purdue.edu/~allen450/Plotting-Tutorial.html I got…
birrellwalsh
  • 143
  • 8
1
vote
1 answer

LoadError using Atom for Julia

I am attempting to do a standard install of Julia and the Atom IDE. I installed Julia 1.4.2 and Atom 1.48.0 as as well as uber-juno on Atom. Julia appears to have installed fine, but loading the console in Atom results in the following LoadError…
Fenderman2014
  • 89
  • 1
  • 1
  • 4
1
vote
1 answer

(Beginner Julia) Basic while loop won't run in Juno, but runs in Jupyter

I installed JuliaPro 1.4.1-1 this morning and opened up some beginner Julia tutorials. The code below runs perfectly in a Jupyter Notebook, but gives an UndefVarError when I run it in Juno, whether I run it in the REPL or as a .jl file. n = 0 while…
ichthyophile
  • 107
  • 8
1
vote
1 answer

Clean workspace, plot pane, and console on rerun in Julia

I am used to starting all my Matlab scripts with clear all; close all; clc to ensure I am not looking at any old data or plots. I found Julia's clearconsole() to be equivalent to Matlab's clc, but don't have working solutions for the other two…
Nathan Boyer
  • 1,412
  • 1
  • 6
  • 20
1
vote
1 answer

How to solve "LoadError: could not load library compiling error" probably coming from PyPlot, in Juno command prompt?

When I try to compile my Julia file in a Julia command prompt, as so : julia> include("file.jl") it shows me this error, which I can't wrap my head around : [ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee] ERROR: LoadError:…
J. Schmidt
  • 419
  • 1
  • 6
  • 17
1
vote
1 answer

Get UndefRefError, when step into function

(I asked the same question in the Julia forum, this is the post link, if you are interested) ubuntu 16.04.5 + julia 0.6.4 + atom 1.41.0 + juno Hi all, I am new to julia. I try to run and debug the code “test/runtests.jl” from…
NickStu
  • 11
  • 3
1
vote
1 answer

How to configure Juno to launch julia from specific conda environment

I am working on Ubuntu 16.04, and I installed julia in a conda environment called py3 from conda-forge. I have then installed Atom, and then installed the package uber-juno through the software, but after the installation Atom does not find the…
Ohm
  • 2,312
  • 4
  • 36
  • 75