holgerbrandl
01/09/2022, 10:26 PMClass.forName("jupyter.kotlin.KotlinContext")
to test if my code is running within the jupyter kernel. But with the improved integration via kotlin-jupyter-api-0.11.0-45.jar
this test does no longer work, because the jar ships with the KotlinContext
. How could I now perform such a test?roman.belov
01/10/2022, 7:54 PMIlya Muradyan
01/11/2022, 7:27 AMorg.jetbrains.kotlinx.jupyter.ReplForJupyter
. But it's a good thing to add to API, please file an issue if you canholgerbrandl
01/11/2022, 10:54 AM