julia> versioninfo()
Julia Version 0.3.10
Commit c8ceeef* (2015-06-24 13:54 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  CPU: AMD Opteron(tm) Processor 4171 HE
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Barcelona)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

---------------------

Hi,
 
I was happily using Juno/LightTable on MacOS and now I am trying to install 
Juno/LightTable (version 0.7.2) on a Windows VM on Azure. Here are my 
user.behaviors:

[
 ;; The app tag is kind of like global scope. You assign behaviors that 
affect
 ;; all of Light Table to it.
 [:app :lt.objs.style/set-skin "dark"]
 [:app :lt.objs.plugins/load-js "user_compiled.js"]
 [:app :lt.objs.langs.julia/julia-path "C:\\Program 
Files\\Julia-0.3.10\\bin\\julia.exe"]
 ;; The editor tag is applied to all editors
 [:editor :lt.objs.editor/no-wrap]
 [:editor :lt.objs.style/set-theme "june-night"]
 ;; Here we can add behaviors to just clojure editors
 [:editor.clojure :lt.plugins.clojure/print-length 1000]
 ;; Behaviors specific to a user-defined object
 [:user.hello :lt.plugins.user/on-close-destroy]
 ;; To subtract a behavior, prefix the name with '-' e.g.
 ;;  [:app :-lt.objs.intro/show-intro]
]

When I launch LightTable, it says "Spinning up Julia" and then after a few 
seconds, it says "Connected to Julia". However, when I try to highlight or 
select any code and right-click, the "Evaluate" option is greyed out so I'm 
not able to run any code.

Any ideas?

Thanks a lot!
 

Reply via email to