Do you have multiple versions of ipython installed? What is the output of
Pkg.build("IJulia")?
On Monday, March 17, 2014 12:02:00 PM UTC-4, lars klein wrote:
>
> I recently discovered the julia language and thought IJulia would be the
> perfect way to dive in.
>
> My system is mint 64bit. I installed julia version 0.2.1 with apt-get and
> set up the ipython environment. Then I installed IJulia via
> Pkg.add("IJulia").
>
> ipython notebook --profile julia
>
> runs just fine and a new tab opens in firefox. Under "clusters" an entry
> named julia is listed, but I can't get the notebook to run actual julia
> code. After creating a new notebook it always tries to compile my julia
> code with the python interpreter.
>