Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.12k stars 107 forks source link

Add documentation about running notebooks in Google Colab. #443

Open ileasile opened 9 months ago

ileasile commented 9 months ago

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: https://github.com/Kotlin/kotlin-jupyter/issues/440#issuecomment-1826705001

ileasile commented 9 months ago

@maxandersen Some users in our public Slack complain there is a problem connecting to the runtime (it's connecting infinitely) image-37.png

Don't you know what could be a reason and how to diagnose it?

maxandersen commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

other java jupyter kernels are working for me. weird.