Environment data
- VS Code version: 1.58
- Jupyter Extension version: v2021.8.1013163132
- Python Extension version: v2021.6.944021595
- Pylance Extension version: v2021.7.2
Steps to reproduce:
- Follow instructions here https://github.com/holoviz/holoviz/blob/master/doc/installation.rst but replace "anaconda-project run jupyter notebook" command with "anaconda-project run", followed by "code ."
- Open "Setup" notebook
- Change Python interpreter to the provided holoviz one
- Reload to resolve diagnostics
- Reload again and select corresponding kernel to holoviz env
- Try to run first code cell
- Get modal message prompting to install ipykernel, select install
Expected behavior
For ipykernel to install and be able to run cells
Actual behavior
Stuck in endless loop of being told to install ipykernel when trying to run cell
**Edit: I checked in through Conda CLI that ipykernel is actually installed here, yet I am stuck in the endless loop because it appears not to be finding it.