[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-09 Thread Liye zhang
e found according to the follow URL. https://github.com/toivoh/Debug.jl On Tuesday, March 8, 2016 at 9:56:39 PM UTC+8, Liye zhang wrote: > > If you are trying to find an IDE for Julia which is as convenient as PyDev > for python, or RStudio for R, you can test JuliaDT. Thanks for t

[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-04-14 Thread Liye zhang
New version of the JuliaDT, https://github.com/JuliaComputing/JuliaDT/releases/tag/v0.0.2 Many new features added, supporting figure plot to some extent. It's on the way to a mature Julia development tool. On Tuesday, March 8, 2016 at 9:56:39 PM UTC+8, Liye zhang wrote: > > If you

[julia-users] Re: Julia Utopia: Share your tips and tricks to efficient coding in Julia

2016-05-14 Thread Liye zhang
(1) I use Debug.jl to debug the code, and it works. https://github.com/toivoh/Debug.jl (2) I use JuliaDT for code editor, which is similar to PyDev. The current version is 0.2. The future version would be a very good julia IDE. I currently use it for my daily work. https://github.com/JuliaComp

[julia-users] a excellent Julia IDE, JuliaDT

2016-03-08 Thread Liye zhang
If you are trying to find an IDE for Julia which is as convenient as PyDev for python, or RStudio for R, you can test JuliaDT. Thanks for the authors' excellent work! https://github.com/JuliaComputing/JuliaDT/releases/tag/v0.0.1 More about this software, http://juliacomputing.com/blog/2016/02/

[julia-users] Pkg.update() error, 0.4.6

2016-08-23 Thread Liye zhang
When I run Pkg.update(), I got the following error: fata;: read error: Invalid argument ERROR: failed process: Process('git pull --rebase -q', ProcessExited(1)) [1] in pipeline_error at process.jl:555 windows 7, Julia0.4.6

[julia-users] Re: Pkg.update() error, 0.4.6

2016-08-27 Thread Liye zhang
be used by git of Julia package system ? This error occurred many times. Could anyone give me some help? On Wednesday, August 24, 2016 at 8:52:35 AM UTC+8, Liye zhang wrote: > > When I run Pkg.update(), I got the following error: > > fata;: read error: Invalid argument > ERROR:

[julia-users] Re: Pkg.update() error, 0.4.6

2016-08-27 Thread Liye zhang
Andreas, thank you so much! It is caused by the firewall. On Saturday, August 27, 2016 at 5:45:21 PM UTC+8, Andreas Lobinger wrote: > > Hello colleague, > > On Saturday, August 27, 2016 at 9:20:32 AM UTC+2, Liye zhang wrote: >> >> Julia and its packages are installed