I have created a simple jupyter notebook in VS Code and selected it to use my default python3 kernel (/usr/local/bin/python3). Everything works great.
Then, I close VS Code and re-open the notebook, it asks me to select the kernel every time.
Is there a way to default the kernel of this notebook to my python3 interpreter?
In case it helps, when I view the notebook json, it has the following in it:
"kernelspec": {
"name": "python3",
"display_name": "Python 3.9.6 64-bit"

