-
Notifications
You must be signed in to change notification settings - Fork 294
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
Consider deleting our old kernelspecs #7171
Comments
Make sure we address #7179, before we do this. |
Suggested course of action, since it's impossible for us to tell whether a kernel is validly created without running it.
For occurrence b, is there a proposed workaround for how they can get back to a working state? |
Question: How would the user know the VSCode Jupyter extension removed this & file an angry issue. Again, we're deleting kernels that we created in jupyter extesnion to get things working in VS Code (in non-raw, which is a very small % of users). My assumption is users don't need those kernels in jupyter notebook/lab (its purely accidental that they happen to use them. I.e. if they didn't have VS Code, such kernels wouldn't exist). If they did then would they complain if they don't have the same kernels appearing in jupyter lab/notebook on another machine (which supports raw). I don't think so, & if they did, then we need to explain that these kernels are created only in a specific scenario (non-raw) on specific machines. |
I'm not sure this worked. I still have the directories in my 'old' kernelspecs. |
What do you mean by this. PLease could you share the folder structure. |
Jupyter kernelspec list still lists one of them:
The last one in the list looks like one of ours. That directory has this in it:
That's definitely an 'old' one as it has an interpreter in it:
I also still have all of the old kernelspec directories:
|
@rchiodo Looks like the Note: We don't delete the kernels everytime, we only do it once. After that if it gets re-created, thats fine. |
Yeah I'm afraid that will mess up the whole thing. From the dir data you can see that it was an old kernel spec:
|
So what you have is, some kernelspecs have been deleted, and others haven't. Is that correct. Also what's interesting is the fact that we don't add those png files and the like. |
Yes that is correct. Some were moved, one was not. |
I don't think we need this anymore. |
We decided we don't need to resolve this at all, per @DonJayamanne's suggestion. |
Some of them are generated incorrectly. We should clean them all up for good.
The text was updated successfully, but these errors were encountered: