Skip to content

The JupyterExtensionIntegration.install() is invoking the incorrect installer from the Jupyter extension #16615

@tonybaloney

Description

@tonybaloney

Steps to reproduce

  1. Open a workspace with a poetry environment
  2. Make sure the ipykernel package is not installed
  3. Open a jupyter notebook
  4. On prompt to install ipykernel select yes

Expected

poetry add --dev is invoked

Actual

It invokes pip install -U instead of poetry add --dev

This applies to main/latest

I also noticed there is no unit/integration test for JupyterExtensionIntegration

Metadata

Metadata

Assignees

Labels

area-data sciencebugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions