Skip to main content

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

Hi,

I am currently working on two main topics regarding the Jupyter kernels.

The first one and also the one I put most effort in at the moment is finishing up the documentation and adding further tests. Most of the things are rather difficult to test as several systems are involved and with the current setup we do not have the means to test the whole process through automatically. I am adding unittests where possible and am trying to at least cover the basis with mockito [1]. Besides that I will do manual testing and add a document on the required steps. I think this is the best option and should give us good confidence in the implementation.

Besides that I tried to get the launch working but I still have some issues as Jupyter has quite some (undocumented) pitfalls. I am trying to work my way around but I am not happy with some of the (potential) consequences of this. I will spend some time here as well this week and hope to get it running before the deadline next week. If the code is not there though, I will exclude it from my submission and push it once it is in a more stable condition. As this was not, initially planned on being part of my GSOC project, I hope this route is okay for you Christian.

I will keep you posted...
Best regards,
Martin

[1] http://mockito.org


Back to the top