When i did 'import IJulia' at the julia prompt, i got the following output
"connect ipython with --existing profile-97310.json"
I restarted ipython as
ipython notebook --profile profile-97310.json
When i try a simple code snippet in the browser notebook, i get the
following message
NameError Traceback (most recent call last)
<ipython-input-4-ce33b4a29afb> in <module>()
1 n=10
----> 2 a=ones(n)*2
3 #println(a)
4 b=ones(n-1)*-1
5 c=b
NameError: name 'ones' is not defined
It doesn't recognize julia builtin functions anymore.
But i don't get the 'Kernel Restarting' error message.
Thanks,
Eka
On Thursday, March 20, 2014 4:28:47 PM UTC-4, Jake Bolewski wrote:
>
> To get a backtrace of the potential problem, in the julia repl start up a
> kernel by "import IJulia". If the kernel is crashing for some reason this
> should provide more clues as to what is going on.
>
>
> On Thursday, March 20, 2014 4:21:35 PM UTC-4, Eka Palamadai wrote:
>>
>> I did a git pull today, then make clean and make in the julia directory.
>>
>> I killed and restarted ipython as
>>
>> ipython notebook --profile julia
>>
>> When i open a notebook on the browser,
>> I get repeated error messages saying 'Kernel restarting - The kernel
>> appears to have died. It will restart automatically.'
>>
>> Any idea how to fix this?
>>
>> Thanks,
>> Eka
>>
>