Open rieser opened 9 years ago
That is, julia versions 0.4 and 0.5
Any news on this?
Personally, I just changed to using a different editor and running julia through the terminal, which, while not ideal, works fine.
On 20 October 2016 at 16:57, Carlos Familia notifications@github.com wrote:
Any news on this?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinnj/Sublime-IJulia/issues/79#issuecomment-255239859, or mute the thread https://github.com/notifications/unsubscribe-auth/ADuNjw7XzrLSvs5eSCUkqpFZf679Dauiks5q1-PWgaJpZM4GlGdx .
I get the following errors when starting IJulia on v0.4 and v0.5:
for v0.4:
Starting IJulia backend... Command Executed: julia /home/user/.julia/v0.4/IJulia/src/kernel.jl "/home/user/.config/sublime-text-3/Packages/User/profile-1.json" Exception in thread Thread-5: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 412, in run r = self.handlers.get(m, self.pyin_h)() File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 378, in stdout_h data = self.get_stdout() File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 328, in get_stdout data = m.content['data'] KeyError: 'data'
for v0.5, the error is similar: Starting IJulia backend... Command Executed: julia /home/user/.julia/v0.5/IJulia/src/kernel.jl "/home/user/.config/sublime-text-3/Packages/User/profile-1.json" Exception in thread Thread-5: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 412, in run r = self.handlers.get(m, self.pyin_h)() File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 378, in stdout_h data = self.get_stdout() File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 328, in get_stdout data = m.content['data'] KeyError: 'data'
In both cases, a new tab opens in Sublime 3, but the Julia banner never appears.