VSCode not picking up ipykernel
问题 I'm trying to use vscode with jupyter via the python extension. My pipfile looks like this: [[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [packages] opencv-python = "*" [requires] python_version = "3.6" [dev-packages] ipykernel = "*" ipython = "*" jupyter = "*" To start the ipython interpreter i follow these steps: $ pipenv install $ pipenv shell $ code . using the Python: Select interpreter, i select the pipenv environment run code when i got to the code block by