Skip to main content

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

Hi,

The echo kernel is now on github [1]. I reworked quite a lot today but now I am rather pleased with the result.

I am using an abstract factory in combination with a command pattern to execute requests. This makes implementing new request handlers quite easy and helps a lot with encapsulation.

Currently all requests are handled synchronously but changing this to asynchronous execution can be done quite fast (wrap the command pattern in a thread).

Feel free to have a look and please comment.

My next steps will be to implement all request handlers that do not need EASE components (shutdown, restart, history, ... ). Once they are implemented I can move on to the eclipse part and work with the actual script engines.

Regards,
Martin

[1] https://github.com/kmhsonnenkind/ease_jupyter_kernels


Back to the top