-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation about running notebooks in Google Colab. #443
Comments
@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? |
works for me but let me re-test on fresh notebook. To debug use Runtime > View runtime logs and look for suspicious log entries. |
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 ;/ |
other java jupyter kernels are working for me. weird. |
Following the comments, I wasn't able to stat Kotlin Kernel on Colab, still getting the connection issues. |
@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. |
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)
The text was updated successfully, but these errors were encountered: