-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gaston possible on JuliaBox? #90
Comments
I haven't tried, but Gaston does work on Jupyter, which I believe is what JuliaBox uses. While I get around to testing it, could you please tell me what is the exact problem, i.e., what do you mean by "it wouldn't build"? |
OK, I just tried and I see what you mean by building. It builds a new system image incorporating the packages you want. So my build finished successfully, but when trying
There's nothing I can do about it. I have asked the JuliaBox maintainers to consider adding gnuplot to their system. |
Thanks for response and sorry for the delay, I was offline and have to go
off again, just to say quickly that the JuliaBox way of adding a package is
to ask for it to be added, via the Packages option in the top line (the one
with one's login details at the top left). So when I did that it seemed to
me I had to click the Start button, which then launched a build that went
halfway quite quickly and then just seemed to freeze.
May be a JuliaBox issue? The connection and bandwidth here is rather flaky.
…On 30 May 2018 at 19:44, mbaz ***@***.***> wrote:
Closed #90 <#90>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AUQTB7qrbOmOi5mOD3M1_mQruLbuSNFDks5t3uiHgaJpZM4UTyeI>
.
|
@HenriLaurie The build finished successfully for me, and took around a minute. Could you try again? |
.... doesn't seem to be working, 12 mins in, will leave it running while I
go out for a while
…On 31 May 2018 at 03:02, mbaz ***@***.***> wrote:
@HenriLaurie <https://github.com/HenriLaurie> The build finished
successfully for me. Could you try again?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AUQTB1_Cg0OWZ9M1iSwiIifD5sXEDrtCks5t308tgaJpZM4UTyeI>
.
|
Ok, it did build --- but using Gaston fails because gnuplot not installed,
trying Gnuplot.jl to see if it is any different. If not, should I open an
issue for JuliaBox? It seems to me that Gaston is the ideal way to deal
with the slowness of Plots, either for rapid low-quality graphics or for
beginners.
…On 31 May 2018 at 08:16, Henri Laurie ***@***.***> wrote:
.... doesn't seem to be working, 12 mins in, will leave it running while I
go out for a while
On 31 May 2018 at 03:02, mbaz ***@***.***> wrote:
> @HenriLaurie <https://github.com/HenriLaurie> The build finished
> successfully for me. Could you try again?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#90 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AUQTB1_Cg0OWZ9M1iSwiIifD5sXEDrtCks5t308tgaJpZM4UTyeI>
> .
>
|
Oof. Can't install Gnuplot at all, it's not a registered package (well, it
doesn't autocomplete) and trying to install it unregistered fails (I don't
know why, and there seems to be no error log).
Well, this clearly isn't a Gaston issue, I'll see if I can get help from
the JuliaBox crowd. Thanks again! And thanks for Gaston, it seems vital
right now for people like me who have teaching to beginners in mind.
…On 31 May 2018 at 09:45, Henri Laurie ***@***.***> wrote:
Ok, it did build --- but using Gaston fails because gnuplot not installed,
trying Gnuplot.jl to see if it is any different. If not, should I open an
issue for JuliaBox? It seems to me that Gaston is the ideal way to deal
with the slowness of Plots, either for rapid low-quality graphics or for
beginners.
On 31 May 2018 at 08:16, Henri Laurie ***@***.***> wrote:
> .... doesn't seem to be working, 12 mins in, will leave it running while
> I go out for a while
>
> On 31 May 2018 at 03:02, mbaz ***@***.***> wrote:
>
>> @HenriLaurie <https://github.com/HenriLaurie> The build finished
>> successfully for me. Could you try again?
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#90 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AUQTB1_Cg0OWZ9M1iSwiIifD5sXEDrtCks5t308tgaJpZM4UTyeI>
>> .
>>
>
>
|
@HenriLaurie Yes, it looks like there's nothing I can do on my side. One alternative for teaching would be to have students run Jupyter on their individual computers. |
Yes. And yes --- I saw you did that, excellent thing.
…On 31 May 2018 at 14:51, mbaz ***@***.***> wrote:
@HenriLaurie <https://github.com/HenriLaurie> Yes, it looks like there's
nothing I can do on my side. One alternative for teaching would be to have
students run Jupyter on their individual computers.
I have already reported this to the JuliaBox issue tracker:
JuliaCloud/JuliaBox#507
<JuliaCloud/JuliaBox#507>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AUQTB6T9UCJ5h7D9rW5iLum4XmKfBdygks5t3_VzgaJpZM4UTyeI>
.
|
Yes, GNUPlot is a native dependency, and needs to be added into the system image. We'll explore adding this to Juliabox. |
@aviks Thanks, Avik! |
Thanks to @Avik, @mbaz for getting started in May/June. Sadly, problems persist, in particular gnuplot (that is, the graphing utility program) is not available. However, I see there is now a package Gnuplot 0.2.0 on JuliaBox, which I suspect is the private Github package associated with the user gcalderone. (There are two private Gnuplot.jl packages that come up when one searches with the term "Gnuplot.jl"). One can issue Is it possible that there has been some confusion between Gnuplot.jl and gnuplot itself? |
Maybe, let me take a look. |
I tried to get Gaston going on JuliaBox. Perhaps I was just impatient, but it wouldn't build. I wondered if this is because of the non-Julia dependency (gnuplot), or something else?
The text was updated successfully, but these errors were encountered: