You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it's not clear (and not tested well yet) how to run Kotlin Notebooks in Google Colab. Document it. Use this notebook as a reference: #440 (comment)
Can confirm that it is not working at the moment - not sure what goes wrong as the runtime log shows the runtime being executed. Something is broken ;/
Activity
ileasile commentedon Jan 5, 2024
@maxandersen Some users in our public Slack complain there is a problem connecting to the runtime (it's connecting infinitely)

Don't you know what could be a reason and how to diagnose it?
maxandersen commentedon Jan 5, 2024
works for me but let me re-test on fresh notebook.
To debug use Runtime > View runtime logs and look for suspicious log entries.
maxandersen commentedon Jan 5, 2024
Can confirm that it is not working at the moment - not sure what goes wrong as the runtime log shows the runtime being executed. Something is broken ;/
maxandersen commentedon Jan 5, 2024
other java jupyter kernels are working for me. weird.
michalharakal commentedon Dec 5, 2024
Following the comments, I wasn't able to stat Kotlin Kernel on Colab, still getting the connection issues.
Any idea to get it running? Folks at deepjavalibrary have an shell script for bootstraping java kernel https://raw.githubusercontent.com/deepjavalibrary/d2l-java/master/tools/colab_build.sh ...
maxandersen commentedon Dec 10, 2024
@michalharakal yes, what deepjavalibrary does is what I've implemented (just without requiring multiple steps) for java kernels - and works.
For some reason that "trick" does not work for kotlin kernel anymore despite they should be very similar.