Open androdri1 opened 9 years ago
I can confirm a similar issue after updating to IJulia 1.0.0 and had to pin it back. http://github.com/quinnj/Sublime-IJulia/issues/73
Not working with Julia 1.5.0 on Mac OS 10.15.6. This is disappointing in light of the upsurge interest in Julia.
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?