Skip to content
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

Uninstalling python uninstalls jupyter #129802

Closed
kieferrm opened this issue Jul 28, 2021 · 2 comments
Closed

Uninstalling python uninstalls jupyter #129802

kieferrm opened this issue Jul 28, 2021 · 2 comments
Assignees

Comments

@kieferrm
Copy link
Member

Testing microsoft/vscode-jupyter#6821

  1. have the jupyter extension
  2. install the python extension when prompted when trying to run a python notebook
  3. uninstall the python extension

-> jupyter extension is gone

@greazer greazer transferred this issue from microsoft/vscode-jupyter Jul 29, 2021
@greazer
Copy link
Member

greazer commented Jul 29, 2021

Jupyter is installed as a soft dependency of Python now. So by default we're assuming that soft dependencies are also uninstalled. However, if the jupyter extension is installed first, clearly we shouldn't be uninstalling it with Python. Seems more like a VS Code bug to deal with? Or can we support this in Python / Jupyter?

@rebornix
Copy link
Member

rebornix commented Dec 5, 2023

This should not happen anymore as Jupyter is no longer part of the Python extension pack.

@rebornix rebornix closed this as completed Dec 5, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2024
@aiday-mar aiday-mar added this to the December / January 2024 milestone Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants