If you select 'View -> Console' when you open LightTable and then try to evaluate a command, do you get any console output?
On Saturday, October 3, 2015 at 2:22:59 PM UTC-5, stefano fedele wrote: > > Thank you, it was just an oversight, the light table seems to be > connected. But I have another issue: keep going with the video and it says > that when you type a command such as "a = 4" on a new saved script and than > you press ctrl-enter you should have to see the result of the command. It's > not working to me. > > It looks like another little little problem, but I really don't understand > what's wrong > > On 3 October 2015 at 19:26, Alex Ames <[email protected] <javascript:> > > wrote: > >> Hi Stefano, >> >> Looks like you're missing a closing quotation mark at the end of your >> Julia path string. The line should be: >> >> [:app :lt.objs.langs.julia/julia-path >> "C:\\Users\\fedel_000\\AppData\\Local\\Julia-0.3.11\\bin\\julia.exe"] >> >> >> On Saturday, October 3, 2015 at 1:17:35 PM UTC-5, stefano fedele wrote: >>> >>> I'm trying to set up an editor for my Julia installation, after a while >>> I found on youtube a nice video like this >>> https://www.youtube.com/watch?v=17NZC2rgfaY >>> >>> I attended all the procedure and I modified the juno script as suggested >>> by the video and I reported it here as an attached script, but >>> unfortunately when I open "light table" it says that he can not connect to >>> julia. >>> >>> I am quite sure of the path because I typed it on the windows command >>> line and I opened the julia command line. >>> >>> Is there someone who can say me what's wrong? >>> >> >
