Skip to content

Commit

Permalink
Add Python and Jupyterlab extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jun 29, 2023
1 parent efa3d63 commit 9f542e7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt"
"postCreateCommand": "pip3 install --user -r requirements.txt",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"extensions":[
"ms-python.python",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers"
]
}
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit 9f542e7

Please sign in to comment.