Open lewisl opened 9 years ago
I uninstalled the package, deleted the settings file.
Reinstalled. No go.
In Julia, I ran Pkg.update() and Pkg.build(). Went back to Sublime. Still no go.
Something big and simple is broken; no clue what it could be. No diagnostics whatever.
Should have noted version of ijulia package is 1.1.7.
I also ran into this problem. There is a compatibility issue with IJulia v. 1.1.7. Have you tried pinning it to an earlier version? See this thread here:
Haven’t tried another version. Which version do you think is clean? Works great with Jupyter in the browser so not sure I want to go back.
Who’s “bug” is it to fix?
On Oct 17, 2015, at 6:45 AM, clarencejlee notifications@github.com<mailto:notifications@github.com> wrote:
I also ran into this problem. There is a compatibility issue with IJulia v. 1.1.7. Have you tried pinning it to an earlier version? See this thread here:
— Reply to this email directly or view it on GitHubhttps://github.com/quinnj/Sublime-IJulia/issues/76#issuecomment-148917079.
I either get the new tab, but never the julia startup or I get *\ dead kernel. Julia is installed with the right packages as jupyter notebook launches in the browser with a working Julia kernel.
Here is my setup. I've also tried with "julia": "julia" and that doesn't work.
"osx": { "zmq_shared_library": "/Users/lewislevinmbr/.julia/v0.4/Homebrew/deps/usr/lib/libzmq.dylib", "commands": [ { "command_name": "default", "julia": "/Applications/Julia-0.4.0.app/Contents/Resources/julia/bin/julia", "julia_args": "", "ijulia_kernel": "/Users/lewislevinmbr/.julia/v0.4/IJulia/src/kernel.jl" } ] },
Version of julia is 0.4.0 released.
No clue what to do.