Ben Chuanlong Du's Blog

It is never too late to learn.

Kotlin Kernel for JupyterLab

Tips and Traps

There are multiple Kotlin kernels for JupyterLab. It is is suggested that you use official one released by JetBrains.

Jar Dependencies

You can add a JAR dependency using the following code.

In [ ]:
@file:DependsOn("/workdir/archives/poker/ofcp-gui/poker-core-1.1.0-shadow.jar")

Maven Dependencies

In [ ]:

Comments