Re: [julia-users] Re: JuliaBox not working since upgrade to 0.4.2

2015-12-10 Thread Stefan Karpinski
Try posting to the julia-box list?

On Thu, Dec 10, 2015 at 4:38 PM, Tomas Lycken 
wrote:

> Hm. I still see the problem...
>
> // T
>
>
> On Thursday, December 10, 2015 at 9:51:50 PM UTC+1, cdm wrote:
>>
>>
>> appears to be resolved, per a check moments ago (see attached ...).
>>
>> the 0.5 dev notebook seems to work fine, as well.
>>
>> anyone aware of a means for choosing which version
>> of Julia to run through the JuliaBox Console ...
>> doing "julia" at the juser@juliabox prompt launches
>> Version 0.3.12 ... ?
>>
>


[julia-users] Re: JuliaBox not working since upgrade to 0.4.2

2015-12-10 Thread Tomas Lycken
Hm. I still see the problem...

// T

On Thursday, December 10, 2015 at 9:51:50 PM UTC+1, cdm wrote:
>
>
> appears to be resolved, per a check moments ago (see attached ...).
>
> the 0.5 dev notebook seems to work fine, as well.
>
> anyone aware of a means for choosing which version
> of Julia to run through the JuliaBox Console ...
> doing "julia" at the juser@juliabox prompt launches
> Version 0.3.12 ... ?
>


[julia-users] Re: JuliaBox not working since upgrade to 0.4.2

2015-12-10 Thread cdm

appears to be resolved, per a check moments ago (see attached ...).

the 0.5 dev notebook seems to work fine, as well.

anyone aware of a means for choosing which version
of Julia to run through the JuliaBox Console ...
doing "julia" at the juser@juliabox prompt launches
Version 0.3.12 ... ?


Untitled7.pdf
Description: Adobe PDF document


[julia-users] Re: JuliaBox not working since upgrade to 0.4.2

2015-12-10 Thread cdm

appears to be resolved, per a check moments ago:

In [1]:

Base.banner()

   _
   _   _ _(_)_ |  A fresh approach to technical computing
  (_) | (_) (_)|  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.2 (2015-12-06 21:47 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/   |  x86_64-unknown-linux-gnu



the 0.5 dev notebook seems to work fine, as well.

anyone aware of a means for choosing which version
of Julia to run through the JuliaBox Console ...
doing "julia" at the juser@juliabox prompt launches
Version 0.3.12 ... ?


[julia-users] Re: JuliaBox not working since upgrade to 0.4.2

2015-12-10 Thread Patrick Kofod Mogensen
+1 Can reproduce.

On Thursday, December 10, 2015 at 11:04:57 AM UTC+1, Tomas Lycken wrote:
>
> I don't know if this is an issue with JuliaBox or with IJulia (that's why 
> I'm posting here, rather than as an issue on either project) but I can't 
> get a working 0.4.2 kernel running in JuliaBox - it just repeatedly keeps 
> dying. I started a 0.4.1 kernel just the other day without problem, so I'm 
> fairly sure it's specifically the update to 0.4.2 that broke it.
>
> To reproduce, just open a new notebook with Julia 0.4.2, and watch it 
> restart over and over and over again.
>
> // T
>