Closed rkingdc closed 9 years ago
Hi,
I'm running Ubuntu 14.04, Sublime 3, julia 0.4.0-dev+6561. When I open a new IJulia console, julia appears to load (shows the start-up text), but the prompt shows In [2]: rather than the julia> prompt that appears when I run Julia from the console.
In [2]:
julia>
Oh, and I cannot get anything to run. shift+enter and enter just create new lines.
I tested it out on Julia 0.3.12-pre and that one is doing the same thing.
Updating ZMQ to 0.3.0 fixed it
Hi,
I'm running Ubuntu 14.04, Sublime 3, julia 0.4.0-dev+6561. When I open a new IJulia console, julia appears to load (shows the start-up text), but the prompt shows
In [2]:
rather than thejulia>
prompt that appears when I run Julia from the console.