Error with Julia using Atom

时间:2017-06-15 10:13:04

标签: julia

I have a lot of problems with Julia since started. I am new in programming and new in Julia so please excuse my misunderstanding. I wanted to plot in real time with Julia (This question solved it). At this time I was using Jupiter kernel which limits the amount of data that can be transferred to the browser so I switched recently to Atom to try to plot in real time but I am having a lot of trouble.

Now, when I try to execute any code in atom, I have this error message :

Julia 0.5.1 [1m[31mERROR: LoadError: ZMQ.StateError("Address already in use") in bind(::ZMQ.Socket, ::String) at /Users/myname/.julia/v0.5/ZMQ/src/ZMQ.jl:321 in init(::Array{String,1}) at /Users/myname/.julia/v0.5/IJulia/src/init.jl:77 in include_from_node1(::String) at ./loading.jl:488 in include_from_node1(::String) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in process_options(::Base.JLOptions) at ./client.jl:265 in _start() at ./client.jl:321 in _start() at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? while loading /Users/myname/.julia/v0.5/IJulia/src/kernel.jl, in expression starting on line 8 [0m

I am more than lost in this error message, I tried to look on google but does not find any similar error.

Could anyone help me please?

Thank you.

0 个答案:

没有答案