-
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
Too slow to execute a cell #444
Comments
Hi! There are logs for every Kotlin Notebook session in Kotlin Notebook tool window. You can see what kernel does and how much time it takes. Initially long waiting time may be caused by dependencies resolution. If slowness is observed later it's considered a more serious problem. You can share these logs for investigation. |
Same Problem here, please optimize the import process of dependencies, I have already everything downloaded and It still takes 1m 57s 417ms. The expected time frame is about 2-3 seconds, because everything should just be availabe.
Here my kernel logs:
|
Yeah, It is quite bothersome whenever I run a notebook. It is highly likely to take several minutes every time. |
Please try to disable resolving of multiplatform dependencies and then if it doesn't help resolving of source dependencies. You can do this in the Kotlin Notebook settings. Also, try switching to the latest kernel if possible, dependencies resolution was recently optimized. |
I faced the same problem, reconnecting to kernel helped me |
Only following lines take 1m 31s 974s
After slow execution It gets quite fast for several cell executions and after several minutes it gets slow again.
Is there anything you're suspicious of?
I didn't change any configuration after installing Kotlin Notebook plugin, and builds are fast enough when using normal Kotlin development, not Kotlin Notbook.
(code)
The text was updated successfully, but these errors were encountered: