You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipyhton_genutils is a great example of an upstrema bug, (ipykenrle removed that dependency), but was required by other packages in jupyter (which didn't specify that as a requirement).
Whats going on
Jupyter will get if ipykernel is installed (by importing ipykernel)
Python extension will prompt user to isntall ipykernel
Installation is a success
Jupyter will get a message saying it was not installed (as importing ipykernel fails)
No permissions to install in powershell
Thus, though ipykernel installatino ran successfully in temrinal, user gets a message that its not installed
Add telemetry in python extension to see if installation is successful and ipykernel cannot be imported (this is an indication of something wrong with the package)
If this happens we can notify the user and ask them to do somethign (kernel doctor?)
DonJayamanne
changed the title
Better handling of failed ipykernel installations
Better handling of failed ipykernel installations & ipykernel detection
Nov 5, 2021
We have plenty of scenarios where users are prompted to isntall ipykernel again & again.
This could happen when:
ipyhton_genutils is a great example of an upstrema bug, (ipykenrle removed that dependency), but was required by other packages in jupyter (which didn't specify that as a requirement).
Whats going on
Thus, though ipykernel installatino ran successfully in temrinal, user gets a message that its not installed
Suggestion
The text was updated successfully, but these errors were encountered: