Exploring the Benefits of Kotlin Jupyter API Annotations in Java Class Libraries
import io.github.spencerpark.jupyter.kernel.magic.registry.LineMagic;
import io.github.spencerpark.jupyter.kernel.magic.registry.MagicsArgs;
import io.github.spencerpark.jupyter.kernel.magic.registry.MagicsArgsParsingException;
public class MyJavaLibraryClass {
@LineMagic
public static void myKotlinMagic(MagicsArgs args), MagicsArgsParsingException {
}
}