I cannot make it work either (local Julia build Win7)
Just try a
*println("blabla")*
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\completions.jl:4
WARNING: Jewel: key not found: "module"
in getindex at dict.jl:615
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\eval.jl:32
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\eval.jl:28
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\eval.jl:32
in anonymous at C:\j\.julia\v0.3\Jewel\src\LightTable\eval.jl:28
Domingo, 29 de Junho de 2014 18:54:43 UTC+1, Johan Sigfrids escreveu:
>
> Well, apparently it had installed Jewel, bur running Pkg.update() did
> install a update for it. It is still throwing an error though:
>
> ERROR: connect: address not available (EADDRNOTAVAIL)
> in connect! at socket.jl:583
> in ltconnect at
> C:\Users\admin\.julia\v0.3\Jewel\src\LightTable/LightTable.jl:30
> in server at
> C:\Users\admin\.julia\v0.3\Jewel\src\LightTable/LightTable.jl:17
> in server at C:\Users\admin\.julia\v0.3\Jewel\src\Jewel.jl:13
> in include at boot.jl:244
> in include_from_node1 at loading.jl:128
> in process_options at client.jl:285
> in _start at client.jl:354
> while loading
> C:\Users\admin\AppData\Local\LightTable\plugins\Jewel\jl\init.jl, in
> expression starting on line 26
>
>
> On Sunday, June 29, 2014 8:35:06 PM UTC+3, Mike Innes wrote:
>>
>> Technically you do need the Jewel.jl package, but this should be
>> installed for you when the client boots the first time. If this isn't
>> working you can of course run Pkg.add("Jewel") by hand – let me know if
>> there are any issues with that and I'll see what I can do.
>>
>>
>> On 29 June 2014 18:22, Johan Sigfrids <[email protected]> wrote:
>>
>>> Do you need to add some package Julia side to make this work?
>>>
>>>
>>> On Sunday, June 29, 2014 12:46:21 PM UTC+3, Mike Innes wrote:
>>>>
>>>> Hey all,
>>>>
>>>> I've released the latest version of the Julia environment
>>>> <https://github.com/one-more-minute/Jupiter-LT> I'm building. There
>>>> are a whole bunch of improvements but the main ones are:
>>>>
>>>> - Support for latex completions (\alpha etc.)
>>>> - Support for graphics including Gadfly and Images.jl (though until
>>>> my patch is released you'll need to Pkg.checkout("Gadfly") to get
>>>> interactivity)
>>>> - Rewritten and improved autocomplete system, which now completes
>>>> package names in Pkg functions and paths in include statements, and can
>>>> be
>>>> extended to support anything else
>>>> - Support for accessing methods and docs both while on a function
>>>> and within its parentheses
>>>> - Auto-detection of the module you're working in
>>>> - Links and highlighted lines for error messages
>>>> - Semantic highlighting in the "june night" theme
>>>> - Highlighting support for string interpolation
>>>> - Full support for unicode
>>>> - More documentation
>>>> - Tabs are restored after restarting, like Sublime
>>>> - Several new and improved rough edges
>>>>
>>>> I also want to shout out to all the people who have tried this out so
>>>> far, given feedback, and/or sent me PRs – every bit of enthusiasm really
>>>> makes a big difference, so thank you.
>>>>
>>>> – Mike
>>>>
>>>
>>