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
Today when user is prompted to install packages such as ipykernel or the like, we run the necessary installation commands in the VS Code terminal. However if user has a terminal such as gitbash or the like setup, then installations can fail and users are unable to run cells.
Solution
Attempt to run python -m pip install outside the terminal in jupyter extension, if that fails then fall back to the old approach.
The text was updated successfully, but these errors were encountered:
Problem:
Today when user is prompted to install packages such as
ipykernel
or the like, we run the necessary installation commands in the VS Code terminal. However if user has a terminal such as gitbash or the like setup, then installations can fail and users are unable to run cells.Solution
Attempt to run
python -m pip install
outside the terminal in jupyter extension, if that fails then fall back to the old approach.The text was updated successfully, but these errors were encountered: