Skip to content

Commit

Permalink
add Jupyter extension to fix bug of missing Python kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored May 24, 2023
1 parent c389077 commit 48d9261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | bash && \
# Install general VSCode extensions
wget https://github.com/Venthe/vscode-fauxpilot/releases/download/1.0.0/fauxpilot-1.0.0.vsix -O fauxpilot.vsix && \
code-server --install-extension fauxpilot.vsix && \
code-server --install-extension ms-toolsai.jupyter && \
code-server --install-extension ms-kubernetes-tools.vscode-kubernetes-tools && \
code-server --install-extension ms-azuretools.vscode-docker && \
code-server --install-extension njpwerner.autodocstring && \
Expand Down

0 comments on commit 48d9261

Please sign in to comment.