-
Notifications
You must be signed in to change notification settings - Fork 7
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
no current kernel found #22
Comments
Yes, #21 depends on the bug fix in this PR: voila-dashboards/voila#876. Maybe you can use this PR when testing? |
Ok let me try that. What's weird is that yesterday everything was working properly but perhaps it shouldn't have been. |
So that PR is merged; I did a git pull and fresh install of |
The file |
Yeah I had copied the new file over into my project but still had the same problem. I reset everything back to voila |
Sometimes modifying an environment doesn't work well, so I always test in a new conda environment. Also, the fix in Voila is released as 0.2.10, so you don't have to install Voila from git any more. |
Ok cool. I'll upgrade everything, give it a shake, and see if everything works! |
Looks like everything is back to normal. I've tested the |
When testing the latest PR for 0.2.8 compatibility, #21, I'm now getting a
no current kernel
error message in the dev console.This was discovered during testing of the new kernel pooling aspect (voila-dashboards/hotpot_km#8) which is using the latest
voila==0.2.9
but this error also comes up when using the standard voila, version0.2.7
.The text was updated successfully, but these errors were encountered: