Steps to reproduce
- Open a workspace with a poetry environment
- Make sure the ipykernel package is not installed
- Open a jupyter notebook
- 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
Steps to reproduce
ipykernelselect yesExpected
poetry add --devis invokedActual
It invokes
pip install -Uinstead ofpoetry add --devThis applies to main/latest
I also noticed there is no unit/integration test for
JupyterExtensionIntegration