Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Jupyter Kernels

Hi Martin,

Congratulations on being selected for the GSOC doing Jupyter.

As Christian mentioned, I am adding CPython support to EASE at the
moment. For the bridge from JVM to Python process I am using
https://www.py4j.org/, which Kichwa Coders has recently funded a new
threading model for, blog posts coming in the next weeks on that.

I am looking to leverage the PyDev tools for configuring/managing the
CPython executables, rather than reimplement that from scratch. I will
probably have to provide a basic configuration that doesn't require
PyDev.

I am looking forward to hearing how you progress and what your intentions are.

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 2 May 2016 at 08:55, Martin Klösch <martin.kloesch@xxxxxxxxx> wrote:
> Hi,
>
> As some of you might have heard already, I was selected for this year's GSOC
> program. Congratulations to Varun on being selected as well. I am sure that
> we can get some great stuff done this summer!
>
> Since my project relies on incremental implementation steps, I am a little
> hesitant to post exact dates for my milestones. My basic plan looks like
> this though:
>
> I will use the time until the coding phase starts to read up on more details
> about Jupyter so I am ready to immediately start implementation once the
> program starts.
>
> I want to get the basic code execution feature done until the midterm
> evaluations. This is already a big block of my project and will be a good
> foundation to continue my work.
>
> I want to have the actual functionality available about 2 weeks before the
> final submission. This should give us enough time to add some additional
> tests, check the documentation and deliver a great final result...
>
> I will probably be very busy the last week of June due to university but
> will always have access to mail should something urgent arise.
>
> The weekly chats seem like a great idea. There might be some points where
> your feedback would be of great help, especially when it comes to defining
> interfaces for you to use in modules, etc.. I will let you know on the
> mailing list about my progress and whenever it seems like your input would
> be of (even more) help.
>
> Looking forward to another great project,
> Best regards,
> Martin
>
>
> _______________________________________________
> ease-dev mailing list
> ease-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top