How do I configure a default kernel? #16440
-
This is my {
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "python3 -m pip install -r requirements.txt",
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y redis-server && redis-server --daemonize yes",
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python"
]
}
}
} When I open a jupyter notebook with python code I have to manually select the kernel: How do I have this picked up automatically? |
Beta Was this translation helpful? Give feedback.
Answered by
DonJayamanne
Feb 12, 2025
Replies: 1 comment 1 reply
-
You can use this extnsion https://marketplace.visualstudio.com/items?itemName=donjayamanne.vscode-default-python-kernel |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
paololazzari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use this extnsion https://marketplace.visualstudio.com/items?itemName=donjayamanne.vscode-default-python-kernel