[julia-users] Re: Juliabox cannot start after Pkg.add (unlink error in read-only file system)

2016-01-06 Thread Ismael Venegas Castelló
Point releases are being taged monthly! ;-)

El martes, 5 de enero de 2016, 20:58:17 (UTC-6), David Gleich escribió:
>
> Thanks for that! I figured someone else must have run into this but my 
> googling and searching efforts were in vain!
>
> Is the time-frame for the next release imminent? I was hoping to use 
> juliabox in a class I'm starting next week, but this issue could be 
> problematic for many of those students to work around. 
>
> Or, I guess I could try and write a routine that would automatically edit 
> their .juliarc file to add it ... hmm...
>
> David
>
> On Tuesday, January 5, 2016 at 11:51:33 AM UTC-5, Steven G. Johnson wrote:
>>
>> See https://github.com/JuliaLang/JuliaBox/issues/338 for a workaround; 
>> this should be fixed in the next Julia 0.4.x release.
>>
>

[julia-users] Re: Juliabox cannot start after Pkg.add (unlink error in read-only file system)

2016-01-05 Thread David Gleich
Thanks for that! I figured someone else must have run into this but my 
googling and searching efforts were in vain!

Is the time-frame for the next release imminent? I was hoping to use 
juliabox in a class I'm starting next week, but this issue could be 
problematic for many of those students to work around. 

Or, I guess I could try and write a routine that would automatically edit 
their .juliarc file to add it ... hmm...

David

On Tuesday, January 5, 2016 at 11:51:33 AM UTC-5, Steven G. Johnson wrote:
>
> See https://github.com/JuliaLang/JuliaBox/issues/338 for a workaround; 
> this should be fixed in the next Julia 0.4.x release.
>


[julia-users] Re: Juliabox cannot start after Pkg.add (unlink error in read-only file system)

2016-01-05 Thread Steven G. Johnson
See https://github.com/JuliaLang/JuliaBox/issues/338 for a workaround; this 
should be fixed in the next Julia 0.4.x release.


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
>


[julia-users] Re: JuliaBox disconnects after several hours of use (or non-use)

2015-11-23 Thread cdm


related:

  
https://groups.google.com/forum/#!searchin/julia-box/timeout/julia-box/FkTpk5r91Oc/53U8gU_JB4cJ



of note, similar hosted services are provided at:

   https://try.jupyter.org/  (note that the Julia version here is 
dated ...)



and an option for those comfortable in Linux environment, there is the Sage 
Math Cloud:

   https://cloud.sagemath.com/help  (the latest Julia Ubuntu PPAs 
are usually installed ...)

where there are free and paid subsriptions ...


[julia-users] Re: JuliaBox disconnects after several hours of use (or non-use)

2015-11-23 Thread Sisyphuss
If he has many cells, it won't be convenient to copy-paste. 
But Juliabox autosaves every several minutes, which already largely prevent 
the lost of code (at least for my speed of coding).


On Monday, November 23, 2015 at 8:23:50 AM UTC+1, Patrick Kofod Mogensen 
wrote:
>
> I know this is not a solution to the problem, but what do you mean by 
> "lost code" ? Couldn't you just copy the text in the browser to a local 
> editor?
>
> On Monday, November 23, 2015 at 6:09:45 AM UTC+1, Thomas Moore wrote:
>>
>> I've been really enjoying using JuliaBox for some simulations related to 
>> my PhD work. The fact that I can work on my code *anywhere* - in the 
>> office, the library, at home - with no worries about which version of Julia 
>> I'm using is fantastic! 
>>
>> However, I've noticed that JuliaBox often disconnects after it's been 
>> running for several hours - this seems to happen even if it's being used 
>> the entire time. Unfortunately, this can result in lost code (as saving is 
>> impossible) and some frustration.
>>
>> I realise that JuliaBox is not being hosted by Julia itself, but would 
>> there be any way we could work to getting remove this issue?
>>
>> Thanks
>>
>

[julia-users] Re: JuliaBox disconnects after several hours of use (or non-use)

2015-11-22 Thread Patrick Kofod Mogensen
I know this is not a solution to the problem, but what do you mean by "lost 
code" ? Couldn't you just copy the text in the browser to a local editor?

On Monday, November 23, 2015 at 6:09:45 AM UTC+1, Thomas Moore wrote:
>
> I've been really enjoying using JuliaBox for some simulations related to 
> my PhD work. The fact that I can work on my code *anywhere* - in the 
> office, the library, at home - with no worries about which version of Julia 
> I'm using is fantastic! 
>
> However, I've noticed that JuliaBox often disconnects after it's been 
> running for several hours - this seems to happen even if it's being used 
> the entire time. Unfortunately, this can result in lost code (as saving is 
> impossible) and some frustration.
>
> I realise that JuliaBox is not being hosted by Julia itself, but would 
> there be any way we could work to getting remove this issue?
>
> Thanks
>


[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-27 Thread Iliyan Zarov
Thanks André!

I'll be very interested to hear more about what you are building on top of 
DistributedArrays.

The API is open and the CLI will be open source in a few weeks. The server 
will likely be partially open sourced in the future.
And any generally applicable changes to the Julia codebase will be 
definitely submitted upstream.

Best,
Iliyan

On Tuesday, October 27, 2015 at 6:07:03 PM UTC, André Lage wrote:
>
> Hi Iliyan,
>
> I just read your message now. 
>
> Evoqus is a great idea! We are also working on a transparent support for 
> Julia computing in the cloud, based on DistributedArrays. We intend to 
> include pricing features as you did.
>
> Do you intend to share your code (even partially)?
>
> Congratulations for the work!
>
>
> André.
>
> On Tuesday, October 27, 2015 at 2:23:33 AM UTC-3, Iliyan Zarov wrote:
>>
>> For anyone wishing to run large parallel programs I may be able to help - 
>> I'm working on a cloud computing platform for Julia that takes care of 
>> provisioning and managing all resources. More info at https://evoqus.com
>>  . 
>>
>> It's currently in beta, get in touch if interested.
>>
>>
>> Best,
>>
>> Iliyan
>>
>> On Monday, October 26, 2015 at 6:41:57 PM UTC, cdm wrote:
>>>
>>>
>>> perhaps time for an asterisk on the JuliaBox banner:
>>>
>>> "The Julia community is doing amazing things. We want you in on it!*"
>>>
>>> * ... but not massively in parallel, consuming the resources of the 
>>> community.
>>>
>>>
>>>
>>> there are positives and negatives to this sort of problem ...
>>>
>>> the fact that the problem can even arise says great things
>>> about the capabilities of the language and the service.
>>>
>>> well done ...
>>>
>>>
>>>
>>> On Sunday, October 25, 2015 at 2:11:25 AM UTC-7, Tanmay K. Mohapatra 
>>> wrote:

 Hi,

 from the past few days we have had some users run large parallel 
 programs on JuliaBox sessions. While in some cases they succeed, we see a 
 lot of failures due to resource constraints. Though we have plans to 
 enable 
 large programs in future, we do not allocate enough resources for that now.

 Also, since JuliaBox sessions run on shared infrastructure, this 
 affects other sessions that are co-located on the same machine.  We will 
 be 
 putting in place more checks and restrictions soon to prevent co-located 
 sessions from being impacted.

 We would request users to refrain from running large parallel programs 
 for now. If this is being done as part of some university class, please 
 write to us. Probably a separately provisioned cluster will be more 
 appropriate for that.

 - JuliaBox Team

>>>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-27 Thread André Lage
Hi Iliyan,

I just read your message now. 

Evoqus is a great idea! We are also working on a transparent support for 
Julia computing in the cloud, based on DistributedArrays. We intend to 
include pricing features as you did.

Do you intend to share your code (even partially)?

Congratulations for the work!


André.

On Tuesday, October 27, 2015 at 2:23:33 AM UTC-3, Iliyan Zarov wrote:
>
> For anyone wishing to run large parallel programs I may be able to help - 
> I'm working on a cloud computing platform for Julia that takes care of 
> provisioning and managing all resources. More info at https://evoqus.com
>  . 
>
> It's currently in beta, get in touch if interested.
>
>
> Best,
>
> Iliyan
>
> On Monday, October 26, 2015 at 6:41:57 PM UTC, cdm wrote:
>>
>>
>> perhaps time for an asterisk on the JuliaBox banner:
>>
>> "The Julia community is doing amazing things. We want you in on it!*"
>>
>> * ... but not massively in parallel, consuming the resources of the 
>> community.
>>
>>
>>
>> there are positives and negatives to this sort of problem ...
>>
>> the fact that the problem can even arise says great things
>> about the capabilities of the language and the service.
>>
>> well done ...
>>
>>
>>
>> On Sunday, October 25, 2015 at 2:11:25 AM UTC-7, Tanmay K. Mohapatra 
>> wrote:
>>>
>>> Hi,
>>>
>>> from the past few days we have had some users run large parallel 
>>> programs on JuliaBox sessions. While in some cases they succeed, we see a 
>>> lot of failures due to resource constraints. Though we have plans to enable 
>>> large programs in future, we do not allocate enough resources for that now.
>>>
>>> Also, since JuliaBox sessions run on shared infrastructure, this affects 
>>> other sessions that are co-located on the same machine.  We will be putting 
>>> in place more checks and restrictions soon to prevent co-located sessions 
>>> from being impacted.
>>>
>>> We would request users to refrain from running large parallel programs 
>>> for now. If this is being done as part of some university class, please 
>>> write to us. Probably a separately provisioned cluster will be more 
>>> appropriate for that.
>>>
>>> - JuliaBox Team
>>>
>>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-27 Thread Iliyan Zarov
 

For anyone wishing to run large parallel programs I may be able to help - 
I'm working on a cloud computing platform for Julia that takes care of 
provisioning and managing all resources. More info at https://evoqus.com . 

It's currently in beta, get in touch if interested.


Best,

Iliyan

On Monday, October 26, 2015 at 6:41:57 PM UTC, cdm wrote:
>
>
> perhaps time for an asterisk on the JuliaBox banner:
>
> "The Julia community is doing amazing things. We want you in on it!*"
>
> * ... but not massively in parallel, consuming the resources of the 
> community.
>
>
>
> there are positives and negatives to this sort of problem ...
>
> the fact that the problem can even arise says great things
> about the capabilities of the language and the service.
>
> well done ...
>
>
>
> On Sunday, October 25, 2015 at 2:11:25 AM UTC-7, Tanmay K. Mohapatra wrote:
>>
>> Hi,
>>
>> from the past few days we have had some users run large parallel programs 
>> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
>> failures due to resource constraints. Though we have plans to enable large 
>> programs in future, we do not allocate enough resources for that now.
>>
>> Also, since JuliaBox sessions run on shared infrastructure, this affects 
>> other sessions that are co-located on the same machine.  We will be putting 
>> in place more checks and restrictions soon to prevent co-located sessions 
>> from being impacted.
>>
>> We would request users to refrain from running large parallel programs 
>> for now. If this is being done as part of some university class, please 
>> write to us. Probably a separately provisioned cluster will be more 
>> appropriate for that.
>>
>> - JuliaBox Team
>>
>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-27 Thread Christopher Fusting
Hi!

I believe this is my fault. I've been running some items in parallel for 
class. I believe only one session ran away (1+ hours) while the others were 
< 10 minutes. Sorry for the trouble, I didn't realize there was a negative 
impact on others / the infrastructure. In the future I'll run processor 
intensive items on my local machine.

Incidentally I am unable to login to Juliabox now (is this related?). I 
have not backed up my work to github and as such would respectfully request 
the ability to copy my files over if I have been banned from the service. 
Some of them have due dates :).

Cheers,

_Chris

On Sunday, October 25, 2015 at 5:11:19 AM UTC-4, tanmaykm wrote:
>
> Hi,
>
> from the past few days we have had some users run large parallel programs 
> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
> failures due to resource constraints. Though we have plans to enable large 
> programs in future, we do not allocate enough resources for that now.
>
> Also, since JuliaBox sessions run on shared infrastructure, this affects 
> other sessions that are co-located on the same machine.  We will be putting 
> in place more checks and restrictions soon to prevent co-located sessions 
> from being impacted.
>
> We would request users to refrain from running large parallel programs for 
> now. If this is being done as part of some university class, please write 
> to us. Probably a separately provisioned cluster will be more appropriate 
> for that.
>
> - JuliaBox Team
>


[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-26 Thread tanmaykm
Hi Iliyan, this sounds great!


On Tuesday, October 27, 2015 at 10:53:33 AM UTC+5:30, Iliyan Zarov wrote:
>
> For anyone wishing to run large parallel programs I may be able to help - 
> I'm working on a cloud computing platform for Julia that takes care of 
> provisioning and managing all resources. More info at https://evoqus.com
>  . 
>
> It's currently in beta, get in touch if interested.
>
>
> Best,
>
> Iliyan
>
> On Monday, October 26, 2015 at 6:41:57 PM UTC, cdm wrote:
>>
>>
>> perhaps time for an asterisk on the JuliaBox banner:
>>
>> "The Julia community is doing amazing things. We want you in on it!*"
>>
>> * ... but not massively in parallel, consuming the resources of the 
>> community.
>>
>>
>>
>> there are positives and negatives to this sort of problem ...
>>
>> the fact that the problem can even arise says great things
>> about the capabilities of the language and the service.
>>
>> well done ...
>>
>>
>>
>> On Sunday, October 25, 2015 at 2:11:25 AM UTC-7, Tanmay K. Mohapatra 
>> wrote:
>>>
>>> Hi,
>>>
>>> from the past few days we have had some users run large parallel 
>>> programs on JuliaBox sessions. While in some cases they succeed, we see a 
>>> lot of failures due to resource constraints. Though we have plans to enable 
>>> large programs in future, we do not allocate enough resources for that now.
>>>
>>> Also, since JuliaBox sessions run on shared infrastructure, this affects 
>>> other sessions that are co-located on the same machine.  We will be putting 
>>> in place more checks and restrictions soon to prevent co-located sessions 
>>> from being impacted.
>>>
>>> We would request users to refrain from running large parallel programs 
>>> for now. If this is being done as part of some university class, please 
>>> write to us. Probably a separately provisioned cluster will be more 
>>> appropriate for that.
>>>
>>> - JuliaBox Team
>>>
>>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-26 Thread tanmaykm
Hi André,
I think it should be fine as long as the code is not compute intensive and 
across <10 workers.
Best,
Tanmay

On Tuesday, October 27, 2015 at 10:53:33 AM UTC+5:30, André Lage wrote:
>
> Hi,
>
> I'll be giving a hands-on tutorial on Julia next week. I expect about 30 
> people in 6th November, from 12h30 to 16h (UTC-3), to use IJulia notebook 
> sessions to learn Julia and run some simple parallel code with few Workers. 
>
> Would it be a problem?
>
> Thanks,
>
>
> André Lage.
>
> On Sunday, October 25, 2015 at 6:11:19 AM UTC-3, tanmaykm wrote:
>>
>> Hi,
>>
>> from the past few days we have had some users run large parallel programs 
>> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
>> failures due to resource constraints. Though we have plans to enable large 
>> programs in future, we do not allocate enough resources for that now.
>>
>> Also, since JuliaBox sessions run on shared infrastructure, this affects 
>> other sessions that are co-located on the same machine.  We will be putting 
>> in place more checks and restrictions soon to prevent co-located sessions 
>> from being impacted.
>>
>> We would request users to refrain from running large parallel programs 
>> for now. If this is being done as part of some university class, please 
>> write to us. Probably a separately provisioned cluster will be more 
>> appropriate for that.
>>
>> - JuliaBox Team
>>
>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-26 Thread tanmaykm
Hi Chris,

a few minutes of running parallel Julia will not really have a negative 
impact.
The parallel programs I was referring to were 100 odd workers each, and 
there were more than one users running similar tasks at some point which 
was too much for a single machine to handle.

Also, we have not banned you or anyone from JuliaBox because of this. :)
Do let us know if you are still unable to login.

Cheers,
Tanmay

On Tuesday, October 27, 2015 at 10:53:33 AM UTC+5:30, Christopher Fusting 
wrote:
>
> Hi!
>
> I believe this is my fault. I've been running some items in parallel for 
> class. I believe only one session ran away (1+ hours) while the others were 
> < 10 minutes. Sorry for the trouble, I didn't realize there was a negative 
> impact on others / the infrastructure. In the future I'll run processor 
> intensive items on my local machine.
>
> Incidentally I am unable to login to Juliabox now (is this related?). I 
> have not backed up my work to github and as such would respectfully request 
> the ability to copy my files over if I have been banned from the service. 
> Some of them have due dates :).
>
> Cheers,
>
> _Chris
>
> On Sunday, October 25, 2015 at 5:11:19 AM UTC-4, tanmaykm wrote:
>>
>> Hi,
>>
>> from the past few days we have had some users run large parallel programs 
>> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
>> failures due to resource constraints. Though we have plans to enable large 
>> programs in future, we do not allocate enough resources for that now.
>>
>> Also, since JuliaBox sessions run on shared infrastructure, this affects 
>> other sessions that are co-located on the same machine.  We will be putting 
>> in place more checks and restrictions soon to prevent co-located sessions 
>> from being impacted.
>>
>> We would request users to refrain from running large parallel programs 
>> for now. If this is being done as part of some university class, please 
>> write to us. Probably a separately provisioned cluster will be more 
>> appropriate for that.
>>
>> - JuliaBox Team
>>
>

[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-26 Thread André Lage
Hi,

I'll be giving a hands-on tutorial on Julia next week. I expect about 30 
people in 6th November, from 12h30 to 16h (UTC-3), to use IJulia notebook 
sessions to learn Julia and run some simple parallel code with few Workers. 

Would it be a problem?

Thanks,


André Lage.

On Sunday, October 25, 2015 at 6:11:19 AM UTC-3, tanmaykm wrote:
>
> Hi,
>
> from the past few days we have had some users run large parallel programs 
> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
> failures due to resource constraints. Though we have plans to enable large 
> programs in future, we do not allocate enough resources for that now.
>
> Also, since JuliaBox sessions run on shared infrastructure, this affects 
> other sessions that are co-located on the same machine.  We will be putting 
> in place more checks and restrictions soon to prevent co-located sessions 
> from being impacted.
>
> We would request users to refrain from running large parallel programs for 
> now. If this is being done as part of some university class, please write 
> to us. Probably a separately provisioned cluster will be more appropriate 
> for that.
>
> - JuliaBox Team
>


[julia-users] Re: JuliaBox limitations on parallel computing

2015-10-26 Thread cdm

perhaps time for an asterisk on the JuliaBox banner:

"The Julia community is doing amazing things. We want you in on it!*"

* ... but not massively in parallel, consuming the resources of the 
community.



there are positives and negatives to this sort of problem ...

the fact that the problem can even arise says great things
about the capabilities of the language and the service.

well done ...



On Sunday, October 25, 2015 at 2:11:25 AM UTC-7, Tanmay K. Mohapatra wrote:
>
> Hi,
>
> from the past few days we have had some users run large parallel programs 
> on JuliaBox sessions. While in some cases they succeed, we see a lot of 
> failures due to resource constraints. Though we have plans to enable large 
> programs in future, we do not allocate enough resources for that now.
>
> Also, since JuliaBox sessions run on shared infrastructure, this affects 
> other sessions that are co-located on the same machine.  We will be putting 
> in place more checks and restrictions soon to prevent co-located sessions 
> from being impacted.
>
> We would request users to refrain from running large parallel programs for 
> now. If this is being done as part of some university class, please write 
> to us. Probably a separately provisioned cluster will be more appropriate 
> for that.
>
> - JuliaBox Team
>


Re: [julia-users] Re: Juliabox down?

2015-09-23 Thread Seth
That's actually not a good test, since the inability to get to notebooks is 
different from the inability to get to the main site.

On Wednesday, September 23, 2015 at 8:28:18 AM UTC-7, Kristoffer Carlsson 
wrote:
>
> http://downforeveryoneorjustme.com/www.juliabox.org/
>
> On Wednesday, September 23, 2015 at 5:23:22 PM UTC+2, Michiaki Ariga wrote:
>>
>> Hi Lars,
>>
>> I can see only empty site, and Google Chrome Console shows following 
>> error message.
>>
>> https://dl.dropboxusercontent.com/u/171669/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202015-09-24%200.16.26.png
>>
>> When the same problem occurred, people who connect JuliaBox earlier could 
>> use it normally.
>> But people who connect later, they couldn't use it because of capacity. 
>> So I published my ipython notebook and told them to study at their home :/
>>
>> Thanks,
>> Michiaki
>>
>>
>> On Thu, Sep 24, 2015 at 12:07 AM Lars Ruthotto  
>> wrote:
>>
>>> Hi Michiaki,
>>>
>>> I'm using juliabox only on my machine and there are a few (around 8) 
>>> students in the department here that need to finish some homework. I doubt 
>>> that that should challenge EC2. 
>>>
>>> for me the website https://juliabox.org/ is completely empty. No error 
>>> message at all. How does it look for you right now?
>>>
>>> Thx,
>>> Lars
>>>
>>>
>>> On Wednesday, September 23, 2015 at 11:02:27 AM UTC-4, Michiaki Ariga 
>>> wrote:
>>>
 Hi, Lars
 Are you using Juliabox with over 20 person or more?

 Once I held hands on at Julia Tokyo with 30+ participants,
 JuliaBox suddenly returns 503.

 Now I access JuliaBox and I see same error.

 > Failed to load resource: the server responded with a status of 503 
 (Service Unavailable: Back-end server is at capacity)

 I heard JuliaBox is running on Amazon EC2, so I think there are some 
 limitation for number of concurrent users.

>>>
 On Wed, Sep 23, 2015 at 11:49 PM Lars Ruthotto  
 wrote:

> Sorry! but now it does seems to be down again. Does anyone know why? 
>
>
> On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto 
> wrote:
>>
>> Thanks, Seth. Now it works for me again too. Problem solved :) 
>>
>> On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>>>
>>> Working for me at Wed Sep 23 07:13:36 PDT 2015
>>>
>>> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto 
>>> wrote:

 Dear all, 

 I just noticed that Juliabox doesn't work right now. Is there an 
 expected maintenance going on and does anybody know when it will be 
 back?

 Thanks,
 Lars



Re: [julia-users] Re: Juliabox down?

2015-09-23 Thread Kristoffer Carlsson
http://downforeveryoneorjustme.com/www.juliabox.org/

On Wednesday, September 23, 2015 at 5:23:22 PM UTC+2, Michiaki Ariga wrote:
>
> Hi Lars,
>
> I can see only empty site, and Google Chrome Console shows following error 
> message.
>
> https://dl.dropboxusercontent.com/u/171669/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202015-09-24%200.16.26.png
>
> When the same problem occurred, people who connect JuliaBox earlier could 
> use it normally.
> But people who connect later, they couldn't use it because of capacity. So 
> I published my ipython notebook and told them to study at their home :/
>
> Thanks,
> Michiaki
>
>
> On Thu, Sep 24, 2015 at 12:07 AM Lars Ruthotto  > wrote:
>
>> Hi Michiaki,
>>
>> I'm using juliabox only on my machine and there are a few (around 8) 
>> students in the department here that need to finish some homework. I doubt 
>> that that should challenge EC2. 
>>
>> for me the website https://juliabox.org/ is completely empty. No error 
>> message at all. How does it look for you right now?
>>
>> Thx,
>> Lars
>>
>>
>> On Wednesday, September 23, 2015 at 11:02:27 AM UTC-4, Michiaki Ariga 
>> wrote:
>>
>>> Hi, Lars
>>> Are you using Juliabox with over 20 person or more?
>>>
>>> Once I held hands on at Julia Tokyo with 30+ participants,
>>> JuliaBox suddenly returns 503.
>>>
>>> Now I access JuliaBox and I see same error.
>>>
>>> > Failed to load resource: the server responded with a status of 503 
>>> (Service Unavailable: Back-end server is at capacity)
>>>
>>> I heard JuliaBox is running on Amazon EC2, so I think there are some 
>>> limitation for number of concurrent users.
>>>
>>
>>> On Wed, Sep 23, 2015 at 11:49 PM Lars Ruthotto  
>>> wrote:
>>>
 Sorry! but now it does seems to be down again. Does anyone know why? 


 On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto 
 wrote:
>
> Thanks, Seth. Now it works for me again too. Problem solved :) 
>
> On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>>
>> Working for me at Wed Sep 23 07:13:36 PDT 2015
>>
>> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto 
>> wrote:
>>>
>>> Dear all, 
>>>
>>> I just noticed that Juliabox doesn't work right now. Is there an 
>>> expected maintenance going on and does anybody know when it will be 
>>> back?
>>>
>>> Thanks,
>>> Lars
>>>
>>>

Re: [julia-users] Re: Juliabox down?

2015-09-23 Thread Michiaki ARIGA
Hi Lars,

I can see only empty site, and Google Chrome Console shows following error
message.
https://dl.dropboxusercontent.com/u/171669/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202015-09-24%200.16.26.png

When the same problem occurred, people who connect JuliaBox earlier could
use it normally.
But people who connect later, they couldn't use it because of capacity. So
I published my ipython notebook and told them to study at their home :/

Thanks,
Michiaki


On Thu, Sep 24, 2015 at 12:07 AM Lars Ruthotto 
wrote:

> Hi Michiaki,
>
> I'm using juliabox only on my machine and there are a few (around 8)
> students in the department here that need to finish some homework. I doubt
> that that should challenge EC2.
>
> for me the website https://juliabox.org/ is completely empty. No error
> message at all. How does it look for you right now?
>
> Thx,
> Lars
>
>
> On Wednesday, September 23, 2015 at 11:02:27 AM UTC-4, Michiaki Ariga
> wrote:
>
>> Hi, Lars
>> Are you using Juliabox with over 20 person or more?
>>
>> Once I held hands on at Julia Tokyo with 30+ participants,
>> JuliaBox suddenly returns 503.
>>
>> Now I access JuliaBox and I see same error.
>>
>> > Failed to load resource: the server responded with a status of 503
>> (Service Unavailable: Back-end server is at capacity)
>>
>> I heard JuliaBox is running on Amazon EC2, so I think there are some
>> limitation for number of concurrent users.
>>
>
>> On Wed, Sep 23, 2015 at 11:49 PM Lars Ruthotto 
>> wrote:
>>
>>> Sorry! but now it does seems to be down again. Does anyone know why?
>>>
>>>
>>> On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto
>>> wrote:

 Thanks, Seth. Now it works for me again too. Problem solved :)

 On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>
> Working for me at Wed Sep 23 07:13:36 PDT 2015
>
> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto
> wrote:
>>
>> Dear all,
>>
>> I just noticed that Juliabox doesn't work right now. Is there an
>> expected maintenance going on and does anybody know when it will be back?
>>
>> Thanks,
>> Lars
>>
>>


Re: [julia-users] Re: Juliabox down?

2015-09-23 Thread Lars Ruthotto
Hi Michiaki,

I'm using juliabox only on my machine and there are a few (around 8) 
students in the department here that need to finish some homework. I doubt 
that that should challenge EC2. 

for me the website https://juliabox.org/ is completely empty. No error 
message at all. How does it look for you right now?

Thx,
Lars

On Wednesday, September 23, 2015 at 11:02:27 AM UTC-4, Michiaki Ariga wrote:
>
> Hi, Lars
> Are you using Juliabox with over 20 person or more?
>
> Once I held hands on at Julia Tokyo with 30+ participants,
> JuliaBox suddenly returns 503.
>
> Now I access JuliaBox and I see same error.
>
> > Failed to load resource: the server responded with a status of 503 
> (Service Unavailable: Back-end server is at capacity)
>
> I heard JuliaBox is running on Amazon EC2, so I think there are some 
> limitation for number of concurrent users.
>
> On Wed, Sep 23, 2015 at 11:49 PM Lars Ruthotto  > wrote:
>
>> Sorry! but now it does seems to be down again. Does anyone know why? 
>>
>>
>> On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto 
>> wrote:
>>>
>>> Thanks, Seth. Now it works for me again too. Problem solved :) 
>>>
>>> On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:

 Working for me at Wed Sep 23 07:13:36 PDT 2015

 On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto 
 wrote:
>
> Dear all, 
>
> I just noticed that Juliabox doesn't work right now. Is there an 
> expected maintenance going on and does anybody know when it will be back?
>
> Thanks,
> Lars
>
>

Re: [julia-users] Re: Juliabox down?

2015-09-23 Thread Michiaki ARIGA
Hi, Lars
Are you using Juliabox with over 20 person or more?

Once I held hands on at Julia Tokyo with 30+ participants,
JuliaBox suddenly returns 503.

Now I access JuliaBox and I see same error.

> Failed to load resource: the server responded with a status of 503
(Service Unavailable: Back-end server is at capacity)

I heard JuliaBox is running on Amazon EC2, so I think there are some
limitation for number of concurrent users.

On Wed, Sep 23, 2015 at 11:49 PM Lars Ruthotto 
wrote:

> Sorry! but now it does seems to be down again. Does anyone know why?
>
>
> On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto wrote:
>>
>> Thanks, Seth. Now it works for me again too. Problem solved :)
>>
>> On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>>>
>>> Working for me at Wed Sep 23 07:13:36 PDT 2015
>>>
>>> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto
>>> wrote:

 Dear all,

 I just noticed that Juliabox doesn't work right now. Is there an
 expected maintenance going on and does anybody know when it will be back?

 Thanks,
 Lars




[julia-users] Re: Juliabox down?

2015-09-23 Thread Lars Ruthotto
Sorry! but now it does seems to be down again. Does anyone know why? 


On Wednesday, September 23, 2015 at 10:15:14 AM UTC-4, Lars Ruthotto wrote:
>
> Thanks, Seth. Now it works for me again too. Problem solved :) 
>
> On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>>
>> Working for me at Wed Sep 23 07:13:36 PDT 2015
>>
>> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto wrote:
>>>
>>> Dear all, 
>>>
>>> I just noticed that Juliabox doesn't work right now. Is there an 
>>> expected maintenance going on and does anybody know when it will be back?
>>>
>>> Thanks,
>>> Lars
>>>
>>>

[julia-users] Re: Juliabox down?

2015-09-23 Thread Lars Ruthotto
Thanks, Seth. Now it works for me again too. Problem solved :) 

On Wednesday, September 23, 2015 at 10:13:43 AM UTC-4, Seth wrote:
>
> Working for me at Wed Sep 23 07:13:36 PDT 2015
>
> On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto wrote:
>>
>> Dear all, 
>>
>> I just noticed that Juliabox doesn't work right now. Is there an expected 
>> maintenance going on and does anybody know when it will be back?
>>
>> Thanks,
>> Lars
>>
>>

[julia-users] Re: Juliabox down?

2015-09-23 Thread Seth
Working for me at Wed Sep 23 07:13:36 PDT 2015

On Wednesday, September 23, 2015 at 7:11:55 AM UTC-7, Lars Ruthotto wrote:
>
> Dear all, 
>
> I just noticed that Juliabox doesn't work right now. Is there an expected 
> maintenance going on and does anybody know when it will be back?
>
> Thanks,
> Lars
>
>

[julia-users] Re: JuliaBox planned downtime on Saturday, 15 August 2015, 23:30:00 UTC(GMT)

2015-08-12 Thread Sisyphuss


On Tuesday, August 11, 2015 at 4:10:48 PM UTC+2, Tanmay K. Mohapatra wrote:
>
> Hi,
>
> We have a bunch of updates to JuliaBox to be deployed on 
> https://juliabox.org/.
> Unfortunately we need a full downtime for this update, unlike past updates.
>
> We shall be taking a downtime for JuliaBox on Saturday, 15 August 2015, 
> 23:30:00 UTC(GMT) for this.
> That will be around:
> - Saturday evening in the US
> - Saturday late night in Europe
> - Sunday early morning in India
>  
> It should last for less than an hour if everything goes fine.
>
> Noticeable changes in this upgrade:
> - More space available in your home directory.
> - Default JuliaBox provided packages will now be available in the 
> LOAD_PATH, instead of the packages folder.
> - Additional packages installed by you will be available permanently.
>

So once I install the `TimeIt` non-official package, I do not need to 
install it again?
 

>
> Apart from that the new JuliaBox is now easy to install on your own 
> servers, if you need a private deployment (
> https://github.com/JuliaLang/JuliaBox/blob/master/docs/INSTALL.MD).
> And it is easier to extend JuliaBox through plugins (
> https://github.com/JuliaLang/JuliaBox/blob/master/docs/Architecture.md).
>
> Best,
> JuliaBox Team
>
>

Re: [julia-users] Re: JuliaBox

2014-11-14 Thread Shashi Gowda
No you won't have sudo access since that may lead to a broken container.
You can however compile programs in your home directory which will persist
across sessions. If you require some package that might be generally useful
to others as well do open an issue at github.com/JuliaLang/JuliaBox

Regards

On Fri, 14 Nov 2014 20:36 Erik Schnetter  wrote:

> On Thu, Nov 13, 2014 at 11:25 PM, Viral Shah  wrote:
> > Basically, JuliaBox gives you hosted IJulia and a persistent filesystem.
> So,
> > you are not restricted to your local device. There is also a shell and
> > ability to sync Google Drive and Github repos, or simply upload your
> files,
> > install packages, etc.
>
> Can I install packages with sudo (if so, what's the password), or
> should I do this in my home directory there?
>
> -erik
>
> --
> Erik Schnetter 
> http://www.perimeterinstitute.ca/personal/eschnetter/
>


Re: [julia-users] Re: JuliaBox

2014-11-14 Thread Erik Schnetter
On Thu, Nov 13, 2014 at 11:25 PM, Viral Shah  wrote:
> Basically, JuliaBox gives you hosted IJulia and a persistent filesystem. So,
> you are not restricted to your local device. There is also a shell and
> ability to sync Google Drive and Github repos, or simply upload your files,
> install packages, etc.

Can I install packages with sudo (if so, what's the password), or
should I do this in my home directory there?

-erik

-- 
Erik Schnetter 
http://www.perimeterinstitute.ca/personal/eschnetter/


Re: [julia-users] Re: JuliaBox

2014-11-14 Thread Daniel Carrera


On Friday, 14 November 2014 12:45:54 UTC+1, Stefan Karpinski wrote:
>
> Using GitHub for auth actually makes a lot of sense and would allow us to 
> use GitHub for persistence unconditionally instead of as an option, which 
> might be simpler. Of course then there will always be someone who objects 
> to having a GitHub account ;-) 
>
>

Is there an advantage to using GitHub specifically instead of a generic 
OpenID login? (e.g. "Login with [Google] , [Facebook], [GitHub], [Other]").

Cheers,
Daniel.


Re: [julia-users] Re: JuliaBox

2014-11-14 Thread Stefan Karpinski
Using GitHub for auth actually makes a lot of sense and would allow us to use 
GitHub for persistence unconditionally instead of as an option, which might be 
simpler. Of course then there will always be someone who objects to having a 
GitHub account ;-)


> On Nov 14, 2014, at 6:24 AM, SVAKSHA  wrote:
> 
> Thanks for clearing that. Sounds interesting so I'll check it out in
> 2-3 weeks :)
> SVAKSHA ॥  http://about.me/svaksha  ॥
> 
> 
>> On Fri, Nov 14, 2014 at 4:25 AM, Viral Shah  wrote:
>> Basically, JuliaBox gives you hosted IJulia and a persistent filesystem. So,
>> you are not restricted to your local device. There is also a shell and
>> ability to sync Google Drive and Github repos, or simply upload your files,
>> install packages, etc. The reason to do all this is so that one has a great
>> environment always available through the browser, which can be scaled as
>> required - more CPU and storage then one can other wise have locally.
>> 
>> The invites are just there to prevent a large surge from taking down the
>> whole thing for people who are using it regularly, classes, etc. Otherwise,
>> there is no restriction on invites, behind our ability to respond to emails.
>> That is why we are streamlining the whole invite thing next.
>> 
>>> On Fri, Nov 14, 2014 at 9:43 AM, SVAKSHA  wrote:
>>> 
>>> Quite understandable (re own auth system). Its just that giving google
>>> access everywhere makes me uncomfortable. TBH, I dont have anything
>>> specific in mind but off the top of my head there is the github
>>> API(?).
>>> 
>>> Before asking for an invite, I'd like to know if juliabox is more of a
>>> data analytics platform - as in, can users upload data temporarily and
>>> install a few Julia libs? I'm trying to write something like this[0]
>>> in Julia but my machine chokes on the size of the gff files. I had
>>> asked this on irc but didnt get a reply, and the google signup aside,
>>> I didnt see the point of wasting invites :)
>>> 
>>> [0]
>>> http://nbviewer.ipython.org/github/svaksha/ira/blob/master/2014-transcriptome/01_transcriptome_intro.ipynb
>>> SVAKSHA ॥  http://about.me/svaksha  ॥
>>> 
>>> 
 On Fri, Nov 14, 2014 at 3:43 AM, Viral Shah  wrote:
 We will get around to this once we get a basic level of scalability and
 robustness. Which one would you like? We are not excited about managing
 our
 own login/authentication system, but are happy to provide multiple
 options.
 Of course, we are accepting code contributions. :-)
 
 -viral
 
 
> On Friday, November 14, 2014 8:41:28 AM UTC+5:30, Svaksha wrote:
> 
> Will a non-google signup option also be made available?
> SVAKSHA ॥  http://about.me/svaksha  ॥
> 
> 
>> On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote:
>> Just to add, we are going to get rid of the invite codes soon.
>> Basically,
>> the system should be open to anyone, and invites will be throttled
>> and
>> processed with some delay (say a day) if there is a Hacker News surge
>> going
>> on.
>> 
>> We are experimenting with this and hope it will be ready to roll out
>> in
>> the
>> next couple of weeks. In the meanwhile, please just share the code
>> Shashi
>> posted here or use it yourself, but please do not post it publicly in
>> places
>> that will send us a huge amount of traffic right away. Once the
>> invite
>> system is up and running, we will be able to handle that. Shashi and
>> me
>> sending codes individually is just not going to work much longer. :-)
>> 
>> -viral
>> 
>> 
>>> On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
>>> 
>>> 
>>> the Sagemath Cloud google chrome app also gets users to a rich
>>> environment
>>> for Julia ...
>>> 
>>> 
>>> 
>>> 
>>> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>>> 
>>> 
>>> users can run Julia inside a terminal ... OR ... via iJulia
>>> notebooks
>>> ...
>>> OR ... via Sagemath worksheets.
>>> 
>>> 
>>> also available for running Julia within a terminal, the VMs served
>>> at
>>> 
>>>   https://koding.com (there is also a google chrome app for this
>>> ...)
>>> 
>>> 
>>> best,
>>> 
>>> cdm
>>> 
>>> 
 On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
 
 Yesterday someone suggested
 
 https://tmpnb.org/
>> 
>> 
>> 
>> 
>> --
>> -viral


Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
Thanks for clearing that. Sounds interesting so I'll check it out in
2-3 weeks :)
SVAKSHA ॥  http://about.me/svaksha  ॥


On Fri, Nov 14, 2014 at 4:25 AM, Viral Shah  wrote:
> Basically, JuliaBox gives you hosted IJulia and a persistent filesystem. So,
> you are not restricted to your local device. There is also a shell and
> ability to sync Google Drive and Github repos, or simply upload your files,
> install packages, etc. The reason to do all this is so that one has a great
> environment always available through the browser, which can be scaled as
> required - more CPU and storage then one can other wise have locally.
>
> The invites are just there to prevent a large surge from taking down the
> whole thing for people who are using it regularly, classes, etc. Otherwise,
> there is no restriction on invites, behind our ability to respond to emails.
> That is why we are streamlining the whole invite thing next.
>
> On Fri, Nov 14, 2014 at 9:43 AM, SVAKSHA  wrote:
>>
>> Quite understandable (re own auth system). Its just that giving google
>> access everywhere makes me uncomfortable. TBH, I dont have anything
>> specific in mind but off the top of my head there is the github
>> API(?).
>>
>> Before asking for an invite, I'd like to know if juliabox is more of a
>> data analytics platform - as in, can users upload data temporarily and
>> install a few Julia libs? I'm trying to write something like this[0]
>> in Julia but my machine chokes on the size of the gff files. I had
>> asked this on irc but didnt get a reply, and the google signup aside,
>> I didnt see the point of wasting invites :)
>>
>> [0]
>> http://nbviewer.ipython.org/github/svaksha/ira/blob/master/2014-transcriptome/01_transcriptome_intro.ipynb
>> SVAKSHA ॥  http://about.me/svaksha  ॥
>>
>>
>> On Fri, Nov 14, 2014 at 3:43 AM, Viral Shah  wrote:
>> > We will get around to this once we get a basic level of scalability and
>> > robustness. Which one would you like? We are not excited about managing
>> > our
>> > own login/authentication system, but are happy to provide multiple
>> > options.
>> > Of course, we are accepting code contributions. :-)
>> >
>> > -viral
>> >
>> >
>> > On Friday, November 14, 2014 8:41:28 AM UTC+5:30, Svaksha wrote:
>> >>
>> >> Will a non-google signup option also be made available?
>> >> SVAKSHA ॥  http://about.me/svaksha  ॥
>> >>
>> >>
>> >> On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote:
>> >> > Just to add, we are going to get rid of the invite codes soon.
>> >> > Basically,
>> >> > the system should be open to anyone, and invites will be throttled
>> >> > and
>> >> > processed with some delay (say a day) if there is a Hacker News surge
>> >> > going
>> >> > on.
>> >> >
>> >> > We are experimenting with this and hope it will be ready to roll out
>> >> > in
>> >> > the
>> >> > next couple of weeks. In the meanwhile, please just share the code
>> >> > Shashi
>> >> > posted here or use it yourself, but please do not post it publicly in
>> >> > places
>> >> > that will send us a huge amount of traffic right away. Once the
>> >> > invite
>> >> > system is up and running, we will be able to handle that. Shashi and
>> >> > me
>> >> > sending codes individually is just not going to work much longer. :-)
>> >> >
>> >> > -viral
>> >> >
>> >> >
>> >> > On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
>> >> >>
>> >> >>
>> >> >> the Sagemath Cloud google chrome app also gets users to a rich
>> >> >> environment
>> >> >> for Julia ...
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>> >> >>
>> >> >>
>> >> >> users can run Julia inside a terminal ... OR ... via iJulia
>> >> >> notebooks
>> >> >> ...
>> >> >> OR ... via Sagemath worksheets.
>> >> >>
>> >> >>
>> >> >> also available for running Julia within a terminal, the VMs served
>> >> >> at
>> >> >>
>> >> >>https://koding.com (there is also a google chrome app for this
>> >> >> ...)
>> >> >>
>> >> >>
>> >> >> best,
>> >> >>
>> >> >> cdm
>> >> >>
>> >> >>
>> >> >> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
>> >> >>>
>> >> >>> Yesterday someone suggested
>> >> >>>
>> >> >>>  https://tmpnb.org/
>> >> 
>> >> 
>> >> >
>
>
>
>
> --
> -viral


Re: [julia-users] Re: JuliaBox

2014-11-13 Thread Viral Shah
Basically, JuliaBox gives you hosted IJulia and a persistent filesystem.
So, you are not restricted to your local device. There is also a shell and
ability to sync Google Drive and Github repos, or simply upload your files,
install packages, etc. The reason to do all this is so that one has a great
environment always available through the browser, which can be scaled as
required - more CPU and storage then one can other wise have locally.

The invites are just there to prevent a large surge from taking down the
whole thing for people who are using it regularly, classes, etc. Otherwise,
there is no restriction on invites, behind our ability to respond to
emails. That is why we are streamlining the whole invite thing next.

On Fri, Nov 14, 2014 at 9:43 AM, SVAKSHA  wrote:

> Quite understandable (re own auth system). Its just that giving google
> access everywhere makes me uncomfortable. TBH, I dont have anything
> specific in mind but off the top of my head there is the github
> API(?).
>
> Before asking for an invite, I'd like to know if juliabox is more of a
> data analytics platform - as in, can users upload data temporarily and
> install a few Julia libs? I'm trying to write something like this[0]
> in Julia but my machine chokes on the size of the gff files. I had
> asked this on irc but didnt get a reply, and the google signup aside,
> I didnt see the point of wasting invites :)
>
> [0]
> http://nbviewer.ipython.org/github/svaksha/ira/blob/master/2014-transcriptome/01_transcriptome_intro.ipynb
> SVAKSHA ॥  http://about.me/svaksha  ॥
>
>
> On Fri, Nov 14, 2014 at 3:43 AM, Viral Shah  wrote:
> > We will get around to this once we get a basic level of scalability and
> > robustness. Which one would you like? We are not excited about managing
> our
> > own login/authentication system, but are happy to provide multiple
> options.
> > Of course, we are accepting code contributions. :-)
> >
> > -viral
> >
> >
> > On Friday, November 14, 2014 8:41:28 AM UTC+5:30, Svaksha wrote:
> >>
> >> Will a non-google signup option also be made available?
> >> SVAKSHA ॥  http://about.me/svaksha  ॥
> >>
> >>
> >> On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote:
> >> > Just to add, we are going to get rid of the invite codes soon.
> >> > Basically,
> >> > the system should be open to anyone, and invites will be throttled and
> >> > processed with some delay (say a day) if there is a Hacker News surge
> >> > going
> >> > on.
> >> >
> >> > We are experimenting with this and hope it will be ready to roll out
> in
> >> > the
> >> > next couple of weeks. In the meanwhile, please just share the code
> >> > Shashi
> >> > posted here or use it yourself, but please do not post it publicly in
> >> > places
> >> > that will send us a huge amount of traffic right away. Once the invite
> >> > system is up and running, we will be able to handle that. Shashi and
> me
> >> > sending codes individually is just not going to work much longer. :-)
> >> >
> >> > -viral
> >> >
> >> >
> >> > On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
> >> >>
> >> >>
> >> >> the Sagemath Cloud google chrome app also gets users to a rich
> >> >> environment
> >> >> for Julia ...
> >> >>
> >> >>
> >> >>
> >> >>
> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
> >> >>
> >> >>
> >> >> users can run Julia inside a terminal ... OR ... via iJulia notebooks
> >> >> ...
> >> >> OR ... via Sagemath worksheets.
> >> >>
> >> >>
> >> >> also available for running Julia within a terminal, the VMs served at
> >> >>
> >> >>https://koding.com (there is also a google chrome app for this
> ...)
> >> >>
> >> >>
> >> >> best,
> >> >>
> >> >> cdm
> >> >>
> >> >>
> >> >> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
> >> >>>
> >> >>> Yesterday someone suggested
> >> >>>
> >> >>>  https://tmpnb.org/
> >> 
> >> 
> >> >
>



-- 
-viral


Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
Quite understandable (re own auth system). Its just that giving google
access everywhere makes me uncomfortable. TBH, I dont have anything
specific in mind but off the top of my head there is the github
API(?).

Before asking for an invite, I'd like to know if juliabox is more of a
data analytics platform - as in, can users upload data temporarily and
install a few Julia libs? I'm trying to write something like this[0]
in Julia but my machine chokes on the size of the gff files. I had
asked this on irc but didnt get a reply, and the google signup aside,
I didnt see the point of wasting invites :)

[0] 
http://nbviewer.ipython.org/github/svaksha/ira/blob/master/2014-transcriptome/01_transcriptome_intro.ipynb
SVAKSHA ॥  http://about.me/svaksha  ॥


On Fri, Nov 14, 2014 at 3:43 AM, Viral Shah  wrote:
> We will get around to this once we get a basic level of scalability and
> robustness. Which one would you like? We are not excited about managing our
> own login/authentication system, but are happy to provide multiple options.
> Of course, we are accepting code contributions. :-)
>
> -viral
>
>
> On Friday, November 14, 2014 8:41:28 AM UTC+5:30, Svaksha wrote:
>>
>> Will a non-google signup option also be made available?
>> SVAKSHA ॥  http://about.me/svaksha  ॥
>>
>>
>> On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote:
>> > Just to add, we are going to get rid of the invite codes soon.
>> > Basically,
>> > the system should be open to anyone, and invites will be throttled and
>> > processed with some delay (say a day) if there is a Hacker News surge
>> > going
>> > on.
>> >
>> > We are experimenting with this and hope it will be ready to roll out in
>> > the
>> > next couple of weeks. In the meanwhile, please just share the code
>> > Shashi
>> > posted here or use it yourself, but please do not post it publicly in
>> > places
>> > that will send us a huge amount of traffic right away. Once the invite
>> > system is up and running, we will be able to handle that. Shashi and me
>> > sending codes individually is just not going to work much longer. :-)
>> >
>> > -viral
>> >
>> >
>> > On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
>> >>
>> >>
>> >> the Sagemath Cloud google chrome app also gets users to a rich
>> >> environment
>> >> for Julia ...
>> >>
>> >>
>> >>
>> >> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>> >>
>> >>
>> >> users can run Julia inside a terminal ... OR ... via iJulia notebooks
>> >> ...
>> >> OR ... via Sagemath worksheets.
>> >>
>> >>
>> >> also available for running Julia within a terminal, the VMs served at
>> >>
>> >>https://koding.com (there is also a google chrome app for this ...)
>> >>
>> >>
>> >> best,
>> >>
>> >> cdm
>> >>
>> >>
>> >> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
>> >>>
>> >>> Yesterday someone suggested
>> >>>
>> >>>  https://tmpnb.org/
>> 
>> 
>> >


Re: [julia-users] Re: JuliaBox

2014-11-13 Thread Viral Shah
We will get around to this once we get a basic level of scalability and 
robustness. Which one would you like? We are not excited about managing our 
own login/authentication system, but are happy to provide multiple options. 
Of course, we are accepting code contributions. :-)

-viral


On Friday, November 14, 2014 8:41:28 AM UTC+5:30, Svaksha wrote:
>
> Will a non-google signup option also be made available? 
> SVAKSHA ॥  http://about.me/svaksha  ॥ 
>
>
> On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote: 
> > Just to add, we are going to get rid of the invite codes soon. 
> Basically, 
> > the system should be open to anyone, and invites will be throttled and 
> > processed with some delay (say a day) if there is a Hacker News surge 
> going 
> > on. 
> > 
> > We are experimenting with this and hope it will be ready to roll out in 
> the 
> > next couple of weeks. In the meanwhile, please just share the code 
> Shashi 
> > posted here or use it yourself, but please do not post it publicly in 
> places 
> > that will send us a huge amount of traffic right away. Once the invite 
> > system is up and running, we will be able to handle that. Shashi and me 
> > sending codes individually is just not going to work much longer. :-) 
> > 
> > -viral 
> > 
> > 
> > On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote: 
> >> 
> >> 
> >> the Sagemath Cloud google chrome app also gets users to a rich 
> environment 
> >> for Julia ... 
> >> 
> >> 
> >> 
> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>  
> >> 
> >> 
> >> users can run Julia inside a terminal ... OR ... via iJulia notebooks 
> ... 
> >> OR ... via Sagemath worksheets. 
> >> 
> >> 
> >> also available for running Julia within a terminal, the VMs served at 
> >> 
> >>https://koding.com (there is also a google chrome app for this ...) 
> >> 
> >> 
> >> best, 
> >> 
> >> cdm 
> >> 
> >> 
> >> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote: 
> >>> 
> >>> Yesterday someone suggested 
> >>> 
> >>>  https://tmpnb.org/ 
>  
>  
> > 
>


Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
Will a non-google signup option also be made available?
SVAKSHA ॥  http://about.me/svaksha  ॥


On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah  wrote:
> Just to add, we are going to get rid of the invite codes soon. Basically,
> the system should be open to anyone, and invites will be throttled and
> processed with some delay (say a day) if there is a Hacker News surge going
> on.
>
> We are experimenting with this and hope it will be ready to roll out in the
> next couple of weeks. In the meanwhile, please just share the code Shashi
> posted here or use it yourself, but please do not post it publicly in places
> that will send us a huge amount of traffic right away. Once the invite
> system is up and running, we will be able to handle that. Shashi and me
> sending codes individually is just not going to work much longer. :-)
>
> -viral
>
>
> On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
>>
>>
>> the Sagemath Cloud google chrome app also gets users to a rich environment
>> for Julia ...
>>
>>
>> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>>
>>
>> users can run Julia inside a terminal ... OR ... via iJulia notebooks ...
>> OR ... via Sagemath worksheets.
>>
>>
>> also available for running Julia within a terminal, the VMs served at
>>
>>https://koding.com (there is also a google chrome app for this ...)
>>
>>
>> best,
>>
>> cdm
>>
>>
>> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
>>>
>>> Yesterday someone suggested
>>>
>>>  https://tmpnb.org/


>


[julia-users] Re: JuliaBox

2014-11-13 Thread Viral Shah
Just to add, we are going to get rid of the invite codes soon. Basically, 
the system should be open to anyone, and invites will be throttled and 
processed with some delay (say a day) if there is a Hacker News surge going 
on.

We are experimenting with this and hope it will be ready to roll out in the 
next couple of weeks. In the meanwhile, please just share the code Shashi 
posted here or use it yourself, but please do not post it publicly in 
places that will send us a huge amount of traffic right away. Once the 
invite system is up and running, we will be able to handle that. Shashi and 
me sending codes individually is just not going to work much longer. :-)

-viral

On Tuesday, November 11, 2014 5:43:36 AM UTC+5:30, cdm wrote:
>
>
> the Sagemath Cloud google chrome app also gets users to a rich environment 
> for Julia ...
>
>
> https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb
>
>
> users can run Julia inside a terminal ... OR ... via iJulia notebooks ... 
> OR ... via Sagemath worksheets.
>
>
> also available for running Julia within a terminal, the VMs served at
>
>https://koding.com (there is also a google chrome app for this ...)
>
>
> best,
>
> cdm
>
>
> On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
>>
>> Yesterday someone suggested 
>> 
>>  
>>
>>  https://tmpnb.org/
>>
>>>
>>>

[julia-users] Re: JuliaBox

2014-11-10 Thread cdm

the Sagemath Cloud google chrome app also gets users to a rich environment 
for Julia ...

  
 
https://chrome.google.com/webstore/detail/the-sagemath-cloud/eocdndagganmilahaiclppjigemcinmb


users can run Julia inside a terminal ... OR ... via iJulia notebooks ... 
OR ... via Sagemath worksheets.


also available for running Julia within a terminal, the VMs served at

   https://koding.com (there is also a google chrome app for this ...)


best,

cdm


On Monday, November 10, 2014 11:04:13 AM UTC-8, Ivar Nesje wrote:
>
> Yesterday someone suggested 
> 
>  
>
>  https://tmpnb.org/
>
>>
>>

[julia-users] Re: JuliaBox

2014-11-10 Thread Pablo Zubieta
Hi Shashi, I would like a code too.

Thanks in advance,
Pablo


[julia-users] Re: JuliaBox

2014-11-10 Thread Ivar Nesje
Yesterday someone suggested 

 

 https://tmpnb.org/

kl. 19:45:05 UTC+1 mandag 10. november 2014 skrev David Higgins følgende:
>
> Hi,
>
> Does anyone if JuliaBox  is open to applications 
> to use it these days? I came across it in the ArXiV paper about Julia 
> mentioned here 
> . 
> I'm a current Julia user but I have a number of colleagues who would be 
> interested in a sandboxed, non-install version to play with before making 
> the jump to installation. I made the mistake of suggesting JuliaBox before 
> verifying that it was possible to create an account, it seems it's invite 
> only for now.
>
> Thanks,
> Dave.
>


[julia-users] Re: JuliaBox early users

2014-09-30 Thread Viral Shah
And here's the mailing list:

https://groups.google.com/forum/#!forum/julia-box

-viral

On Wednesday, October 1, 2014 8:49:27 AM UTC+5:30, Viral Shah wrote:
>
> Folks, 
>
> We are almost ready to accommodate more users on JuliaBox. It is already 
> being used in a couple of classes. It is not yet ready to be thrown open 
> publicly, but we need early users who will help us make it better, test it 
> out, and demand interesting new things! 
>
> If you would like to use it in a class, let us know and we will send you a 
> code and help out in any way we can to support teaching Julia in the 
> classroom. 
>
> If you would just like to try it out, we will send you a code. However, 
> you have to promise us that you will file lots of issues to help make it 
> better. :-) 
>
> We hope that it should be generally available in a few weeks, and that we 
> will magically get compute time grants! 
>
> -viral 
>
>
>
>

[julia-users] Re: JuliaBox early users

2014-09-30 Thread Viral Shah
Just write to me or @Shashi (https://github.com/shashi).

-viral

On Wednesday, October 1, 2014 10:00:13 AM UTC+5:30, Thomas Covert wrote:
>
> Great!  How do I get an invitation code?