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.

How do I switch to a julia interpreter ?

Reply via email to