If anyone is still listening, I recently faced a similar problem likely
caused by trying to install IHaskell (big mistake). And, yes,
Pkg.build("IJulia") seemed to do the trick.
On Friday, April 11, 2014 10:12:57 AM UTC-4, Isaiah wrote:
>
> Could you check to see if this is corrected automatical
Could you check to see if this is corrected automatically by running
Pkg.build("IJulia")? If not, we should figure out why.
On Fri, Apr 11, 2014 at 9:57 AM, Thomas Moore wrote:
> This looks to have solved the problem nicely! When I looked at the last
> line of ~/.ipython/profile_julia/ipython_c
This looks to have solved the problem nicely! When I looked at the last
line of ~/.ipython/profile_julia/ipython_config.py it was:
c.KernelManager.kernel_cmd = ["/home/thomas/julia/usr/bin/julia", "-F",
"/home/thomas/.julia/IJulia/src/kernel.jl", "{connection_file}"]
However there was no julia
Last week I had a similar error, but I cannot remember the exact phrasing.
The reason was the the REPL, but Pkg.checkout("IJulia") fixed it.
2014-04-11 15:13 GMT+02:00 Isaiah Norton :
> This error usually means that python can't find the julia executable. Try
> running Pkg.build("IJulia") and se
This error usually means that python can't find the julia executable. Try
running Pkg.build("IJulia") and see if there are any errors. If there are
no errors, then look in ~/.config/ipython/profile_julia/ipython_config.py.
The last line should be "c.KernelManager.kernel_cmd = ...". Does the Julia
b
I've been trying to get IJulia to work on Ubuntu 12.04 with Julia Version
0.3.0-prerelease+2057. I installed ipython 2.0.0 using easy_install:
easy_install ipython[all]
and this allows me to run an ipython notebook from the terminal with:
ipython notebook
This all works fine. I then attempte