jmorwick / codecafe

A web application and framework for teaching programming fundamentals
GNU General Public License v3.0
2 stars 1 forks source link

completely separate jshell kernel from codecafe #48

Open jmorwick opened 4 years ago

jmorwick commented 4 years ago

create kernel interface for code cafe making jshell kernels remote and making it easier to manage kernels in a separate container

jmorwick commented 4 years ago

determine how this could be used as interface:

https://github.com/SpencerPark/jupyter-jvm-basekernel

This could either be the new kernel interface or at the very least be a bridge to use jupyter kernels for code evaluation