-
Notifications
You must be signed in to change notification settings - Fork 2
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
Record "last used" date for kernels that were started without the table #29
Comments
May require a decision on #2 |
More testing in case it helps: |
The definition of "used" is that the kernel was created/used (i.e. notebook was opened and kernel was started), not that the environment was used. Detecting when an environment was used would be a much harder problem. |
I can reproduce a bug in that when the kernel is selected in the pop-up dialog it does not get recorded. The launcher itself is not affected. |
Currently kernels that are started outside of the extension UI do not get "last used" date updated.
This is in particular problematic if user opens a with an already associated kernel as this makes "last used" column value different than what expected by the user.
We can do better by listening to kernels as they get started via services API, regardless of what started them.
The text was updated successfully, but these errors were encountered: