emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Trouble using julia with org-babel


From: Doyley, Marvin M.
Subject: Re: [O] Trouble using julia with org-babel
Date: Thu, 30 Oct 2014 02:09:25 +0000

I am using release-0.3.0 what version are you using. I am also using ob-julia.el
Cheers,
M

Sent from my iPad

> On Oct 29, 2014, at 9:43 PM, Ista Zahn <address@hidden> wrote:
> 
> On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M.
> <address@hidden> wrote:
>> 
>> Hi there,
>> 
>> I have been play  with julia the last couple of weeks and have been having
>> some issues when I try to use it in org-babel
>> 
>> More specifically, It get the following error
>> 
>> ERROR: unsupported or misplaced expression using
>> in _start at ./client.jl:394
>> in _start at /julia/usr/lib/julia/sys.dylib
>> 
>> 
>> When I execute the following code block
>> 
>> #+begin_src julia
>> using Winston
>> #+end_src
> 
> I get the same thing, though both of these variations work for me:
> 
> #+begin_src julia
> using Winston
> 1 + 1
> #+end_src
> 
> #+RESULTS:
> : 2
> 
> #+begin_src julia :results output
>  using Winston
> #+end_src
> 
> Hope this helps,
> Ista
>> 
>> #+RESULTS:
>> 
>> I should mention, that everything works perfectly in eshell or when I
>> execute simple code blocks like
>> 
>> 
>> #+begin_src julia
>> linspace(0,10,5)
>> #+end_src
>> 
>> #+RESULTS:
>> |   0 |
>> | 2.5 |
>> |   5 |
>> | 7.5 |
>> |  10 |
>> 
>> 
>> Does Any body know how to resolve this issue.
>> 
>> Cheers,
>> M



reply via email to

[Prev in Thread] Current Thread [Next in Thread]