I am following the documentation at https://github.com/JuliaLang/IJulia.jl
and starting it with "ipython notebook --profile julia" as stated there.
After scrutinizing the documentation I realized that I had to run
Pkg.add("IJulia") and some of the commands work now.
After trying it again this is the error I get now:
Warning: could not import Base.foldl into NumericExtensions
Warning: could not import Base.foldr into NumericExtensions
Warning: could not import Base.sum! into NumericExtensions
Warning: could not import Base.maximum! into NumericExtensions
Warning: could not import Base.minimum! into NumericExtensions
Warning: could not import StatsBase.bandwidth into Stat
Warning: could not import StatsBase.kde into Stat
On Wednesday, April 2, 2014 8:16:07 PM UTC+1, Stefan Karpinski wrote:
>
> Are you running IPython rather than IJulia? That looks like a Python error
> message.
>
>
> On Wed, Apr 2, 2014 at 3:05 PM, vfclists <[email protected]
> <javascript:>>wrote:
>
>>
>>
>> I have just installed Julia 0.2 and IPython and when I try the RDatasets
>> example. I get the error message below
>>
>> File "<ipython-input-5-1f572a2ee09f>", line 1 using RDatasets
>> ^SyntaxError: invalid syntax
>>
>> RDatasets is installed on my system. It is listed in the installed packages
>> in the .ijulia/v0.2 directory.
>> Running versioninfo() on console give this output
>>
>>
>>
>> julia> versioninfo()
>> Julia Version 0.2.1
>> Commit e44b593905 (2014-01-30 13:47 UTC)
>> Platform Info:
>> System: Linux (i686-linux-gnu)
>> WORD_SIZE: 32
>> BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY)
>>
>>
>>
>> LAPACK: liblapack.so.3
>> LIBM: libopenlibm
>>
>> Running versioninfo() in IJulia outputs this info :
>> NameError: name 'versioninfo' is not defined
>>
>> Is there something that could be missing from my IJulia image?
>>
>>
>>
>>
>