-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ijulia never launches on Mac #76
Comments
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 <[email protected]mailto:[email protected]> 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: — |
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.
The text was updated successfully, but these errors were encountered: