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
Currently when selecting an environment (even conda) if Jupyter isn't available running cells displays a message indicating Jupyter is not available.
The message contains a link to a troubleshooting guide page.
We can simplify this for users by simply adding a button that would install jupyter in the current environment. We do this today with other tools used by the python extension (linters, formatter, etc).
Suggestion:
Add a button Install Jupyter
Clicking this would result in jupyter getting installed either via conda, pip or pipenv based on the type of the environment selected (use InstallationChannelManager class)