Skip to main content

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

Hi,

another short update on the EASE Jupyter kernels.

I implemented the other message handlers that do not rely on an actual script engine (history, shutdown, restart). Because of that I needed to rework some things as the restart changed the initialization behavior.

As these handlers are working now, it is time to continue on to the actual EASE part. As a start I would like to just start up the kernel dispatcher when eclipse starts and dispatch the execution requests to the script engine. Once this is running we can think about the best way to add launchers for specific engines, etc . I will keep you posted on my progress and hopefully next week you can already try out the actual EASE engines from a Jupyter notebook.

Best regards,
Martin


Back to the top