Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-12 Thread Thomas Kluyver
We have a 'powered by Jupyter' logo which we encourage projects to use, but
it doesn't lend itself to combining with other things. So if you want to
design an alternative Jupyter motif to use for such logos, go for it!

(Unfortunately, I don't know where you can get the 'powered by' logo except
by snipping it out of the brand guide PDF. Could someone who has it put it
into the jupyter/design repo?)

On 10 February 2018 at 20:50, Lawrence D’Oliveiro 
wrote:

> On Thursday, February 8, 2018 at 6:32:39 AM UTC+13, takowl wrote:
>>
>>
>> BTW, we're not keen on people combining the Jupyter logo with other
>> elements.
>>
>
> Do we need a community-developed logo motif, freely usable by related
> projects, that the Jupyter project does not own?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/c906e0e7-a748-45dd-9f07-f342a1572eae%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qir4qX9CJMc6-b-TVAbkPz-Bp3aDEEZkJgvtk%2BrJ6Hq%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-10 Thread Lawrence D’Oliveiro
On Thursday, February 8, 2018 at 6:32:39 AM UTC+13, takowl wrote:
>
>
> BTW, we're not keen on people combining the Jupyter logo with other 
> elements.
>

Do we need a community-developed logo motif, freely usable by related 
projects, that the Jupyter project does not own? 

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c906e0e7-a748-45dd-9f07-f342a1572eae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-10 Thread Thomas Kluyver
Thanks, that sounds good. I might get round to making a PR at some point.

I've opened an issue on the design repo to see if anyone's interested in
working with you on a logo:
https://github.com/jupyter/design/issues/49

On 10 February 2018 at 13:58, Kazuma Arino  wrote:

> As you notice, supporting non-localhost is easy.
> The only reason I hardcode localhost is that I personally use Jupyter via
> ssh portforwarding only.
> Using QR code for transfer IP seems cool.
>
> Personally, I'll focus on stability issue for a while, to ensure to work
> collect at least in my enviroment.
> Then I'll support other connection method (like remote URL) as a next
> step. But PR is always welcomed :-).
>
> For building this app, use AndroidStudio (I guess latest versin should
> work), open cloned directory, and standard RUN proceduer must be enough.
> As you says, it's obvious for Android developers, but not so simple for
> web developers (yes, that's android...).
>
> For logo, I don't want to bother Jupyter guys and not so much bound to
> current one.
> I'm not a designer and just write this logo personally by myself with half
> an hour.
> But I have no idea what the new logo should be.
> If your designer help me, I'm really appreciate.
>
> Anyway, thank you for your trial and feedback.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/8bfa2d85-d794-40b8-b48c-630f3f344790%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qg%3Da5rFJp8GitfvP2WiQzy9cziapCCLMiEQMs-22asCUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-07 Thread Thomas Kluyver
I took longer than I expected to get round to it, but I've got it installed
and working on my tablet. Nice work!

Obviously a nice next step would be to allow it to connect to a remote URL,
so port forwarding isn't needed. I think this should be as simple as
replacing a few hardcoded copies of 'localhost' in StateMachine.java with
an address they get from another input. After that, it might be neat to use
a QR code to transfer the IP and the security token from the computer.

What steps are needed to build it from source and install it directly on an
Android device? I'm sure that's obvious for regular Android developers, but
I'm not one.

BTW, we're not keen on people combining the Jupyter logo with other
elements. Could we ask you to pick a different logo for the app? If you're
interested, we might be able to ask a designer to work with you on a logo
(I don't know if we have any designers at the moment, but we sometimes do).

Thanks,
Thomas

On 9 January 2018 at 00:58, Kazuma Arino  wrote:

> Thank you for your interested.
> If connecting to kernel fail, this app is just crush without any hint.
>
> So settieg up environment might be a little difficult now.
> Goog luck!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/9a33efc2-314d-4d52-b624-195ecc2cad5d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qg%3DxSJefKsO2XMeYC9_Ct0-exYZs-R50s94P%3DEYC2jRhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-01-08 Thread Kazuma Arino
Thank you for your interested.
If connecting to kernel fail, this app is just crush without any hint.

So settieg up environment might be a little difficult now.
Goog luck!

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/9a33efc2-314d-4d52-b624-195ecc2cad5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-01-08 Thread Thomas Kluyver
Cool, I'm definitely going to play with this on my tablet when I'm back
home. Thanks Kazuma!

On 8 January 2018 at 03:21, Kazuma Arino  wrote:

> Hi, I'm creating native android Notebook frontend.
>
> It's still alpha stage, but now basic functionality working and I can
> start using for my daily work (though still unstable).
> Here is the basic demo of how it looks like:
>
> https://www.youtube.com/watch?v=nZtCSpGnVzk
>
> PR is welcommed :-)
>
> Source code
> https://github.com/karino2/NotebookFrontend
>
>
> Play page
> https://play.google.com/store/apps/details?id=karino2.livejournal.com.
> notebookfrontend
>
>
> Some details:
> - This app connect to localhost with specified port number. You must setup
> portfowarding
> - This app only support token authentication. no password support.
> - Basic cell execution is done via websocket, while save-restart
> kernel-file browsing is via REST request
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/c7cdc980-293a-4ef1-9a69-9871c6d0bd86%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qjMF3h_tzR47-bhdeEbhoOW67WEoUEXSmqynkr2ZEtV1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[jupyter] Android Native FrontEnd for Jupyter Notebook

2018-01-07 Thread Kazuma Arino
Hi, I'm creating native android Notebook frontend.

It's still alpha stage, but now basic functionality working and I can start 
using for my daily work (though still unstable).
Here is the basic demo of how it looks like:

https://www.youtube.com/watch?v=nZtCSpGnVzk

PR is welcommed :-)

Source code
https://github.com/karino2/NotebookFrontend


Play page
https://play.google.com/store/apps/details?id=karino2.livejournal.com.notebookfrontend


Some details:
- This app connect to localhost with specified port number. You must setup 
portfowarding
- This app only support token authentication. no password support.
- Basic cell execution is done via websocket, while save-restart 
kernel-file browsing is via REST request

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c7cdc980-293a-4ef1-9a69-9871c6d0bd86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.