You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up sublime-IJulia, but I have a problem in doing Sublime-IJulia.sublime-settings, which is step 7 in README.md. My file is as below.
In this setting, I tried to open new IJulia console, but the sublime stoped. I thought there is anything wrong with "zmp_shared_library". I tried "Using ZMQ; ZMQ.zmq" from within Julia RERL, and then this error came out.
julia> using ZMQ; ZMQ.zmq
ERROR: UndefVarError: zmq not defined
I was wondering what I should do. Thanks for your help!
For your information, I am following the procedure of README.md and have installed "IJulia" and "ZMQ". This is a result when "Pkg.status()" is typed in Julia RERL.
I am trying to set up sublime-IJulia, but I have a problem in doing Sublime-IJulia.sublime-settings, which is step 7 in README.md. My file is as below.
In this setting, I tried to open new IJulia console, but the sublime stoped. I thought there is anything wrong with "zmp_shared_library". I tried "Using ZMQ; ZMQ.zmq" from within Julia RERL, and then this error came out.
I was wondering what I should do. Thanks for your help!
For your information, I am following the procedure of README.md and have installed "IJulia" and "ZMQ". This is a result when "Pkg.status()" is typed in Julia RERL.
The text was updated successfully, but these errors were encountered: