[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ease-dev] Jupyter Kernels
|
Hi,
I just wanted to give you all a quick update on what I have been up to
regarding the Jupyter Kernels for EASE.
Mostly I have been reading the Jupyter documentation and developer guide
to get a better understanding of all involved mechanisms and a feeling
for potential pitfalls, etc. [1],[2]
Since I come from a Python background I also checked out the code for
the reference IPython kernel and other parts of the Jupyter framework.
The most interesting part here is the ZMQ messaging protocol and the
handling of different message types.
Besides that I reached out to Tobias from the Science Working Group
because he has done a lot regarding Jupyter clients in Eclipse. I hope
to be able to reuse some of his work especially regarding (ZMQ) messaging.
Lastly I opened some bugs to track the work I am doing. These bugs are
currently very high-level and do not go into too much detail, but I plan
on adding more fine-grained bugs once I am actually coding.
I hope that my status reports will become more exciting once I actually
start coding!
Best regards,
Martin
[1] http://jupyter.readthedocs.io/en/latest/
[2] https://ipython.readthedocs.io/en/stable/development/index.html