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
raceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 550, in run_
return self.run(edit, **args)
File "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/IJulia/IJulia.py", line 316, in run
jv.enter(edit)
File "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/IJulia/IJulia.py", line 181, in enter
self.kernel.queue.put_nowait(command)
AttributeError: 'IJuliaView' object has no attribute 'kernel'
Starting IJulia backend...
Command Executed: /Applications/Julia-0.4.2.app/Contents/Resources/julia/bin/julia /Users/edsolitude/.julia/v0.4/IJulia/src/kernel.jl "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/User/profile-6.json"
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Kernel died, closing sockets....
Sockets closed...
The text was updated successfully, but these errors were encountered:
My code is following, but keep kernel died....
feel helpless
*OSX 10.11.2
julia 4.0
sublime 3.0
"osx": {
"zmq_shared_library": "
/.julia/v0.4/Homebrew/deps/usr/lib/libzmq.dylib",/.julia/v0.4/IJulia/src/kernel.jl""commands": [
{
"command_name": "default",
"julia": "/Applications/Julia-0.4.2.app/Contents/Resources/julia/bin/julia",
"julia_args": "",
"ijulia_kernel": "
}
]
},
the console shows:
raceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 550, in run_
return self.run(edit, **args)
File "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/IJulia/IJulia.py", line 316, in run
jv.enter(edit)
File "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/IJulia/IJulia.py", line 181, in enter
self.kernel.queue.put_nowait(command)
AttributeError: 'IJuliaView' object has no attribute 'kernel'
Starting IJulia backend...
Command Executed: /Applications/Julia-0.4.2.app/Contents/Resources/julia/bin/julia /Users/edsolitude/.julia/v0.4/IJulia/src/kernel.jl "/Users/edsolitude/Library/Application Support/Sublime Text 3/Packages/User/profile-6.json"
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Heartbeat didn't get a response
Kernel died, closing sockets....
Sockets closed...
The text was updated successfully, but these errors were encountered: