Skip to content

Commit

Permalink
Add and configure Jupyter extension
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Sep 23, 2023
1 parent c0c09f9 commit 316f63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/config/sailbot_workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"editor.formatOnSave": true,
"editor.rulers": [99],
},
"notebook.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.extraPaths": [
"/workspaces/sailbot_workspace/install/lib/python3.10/site-packages",
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-vsliveshare.vsliveshare",
"njpwerner.autodocstring",
"streetsidesoftware.code-spell-checker",
Expand Down

0 comments on commit 316f63f

Please sign in to comment.