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
In both a Windows 7 and a Ubuntu 14 machines (anaconda in both cases), updating IJulia ended up with an useless Sublime-IJulia. Essentially, Julia process starts but does not connect with Sublime; it will just keep saying that "IJulia kernes is working...". I had to downgrade IJulia package to gain functionality again:
Pkg.pin("IJulia",v"0.2.4")
Is this supposed to happen?
The text was updated successfully, but these errors were encountered:
In both a Windows 7 and a Ubuntu 14 machines (anaconda in both cases), updating IJulia ended up with an useless Sublime-IJulia. Essentially, Julia process starts but does not connect with Sublime; it will just keep saying that "IJulia kernes is working...". I had to downgrade IJulia package to gain functionality again:
Pkg.pin("IJulia",v"0.2.4")
Is this supposed to happen?
The text was updated successfully, but these errors were encountered: