Here's a quick rundown of what I'm doing:
cd ~/Desktop/foo
pipenv install numpy
pipenv shell
print("hi")
The problem: I want to connect the kernel to running in the pipenv shell. How do I achieve this?
This stackoverflow post has an answer, although the steps are a bit different.
pipenv install ipykernel
pipenv shell
python -m ipykernel install --user --name=name-that-atom-hydrogen-will-list