Skip to content
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

Open
ileasile opened this issue Jan 5, 2024 · 6 comments
Open

Add documentation about running notebooks in Google Colab. #443

ileasile opened this issue Jan 5, 2024 · 6 comments

Comments

@ileasile
Copy link
Contributor

ileasile commented Jan 5, 2024

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)

@ileasile
Copy link
Contributor Author

ileasile commented Jan 5, 2024

@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
Copy link

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
Copy link

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
Copy link

other java jupyter kernels are working for me. weird.

@michalharakal
Copy link

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
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants