What would be required to publish the Kotlin Kerne...
# datascience
f
What would be required to publish the Kotlin Kernel jars to a package repository like maven so I could simply specify it as a dependency in a gradle file to install it for embedding purposes?
b
What's the use case for that ? I'm curious
f
Embedding it into another GUI application to have Jupyter tooling available inside the specific application. Basically nearly use cases where Jython would have been used
b
how do you make the GUI itself?
is that a desktop app?
f
Yes. The specific project I use and am building this for is https://github.com/NationalSecurityAgency/ghidra but this should also work for something like https://portswigger.net/burp or JEB https://www.pnfsoftware.com/
b
really cool