Skip to content

Commit a66134e

Browse files
committed
interpretor based on conda
1 parent 5b8debb commit a66134e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.vscode/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"jupyter.notebookFileRoot": "${workspaceFolder}",
3-
"python.defaultInterpreterPath": "/Users/clarkbenham/miniconda3"
3+
"python.defaultInterpreterPath": "${env:CONDA_PREFIX}/bin/python",
4+
"python.terminal.activateEnvironment": true,
5+
"jupyter.kernels.filter": [
6+
{
7+
"type": "python",
8+
"path": "${env:CONDA_PREFIX}/bin/python"
9+
}
10+
],
11+
"jupyter.kernels.trusted": [
12+
"side_projects"
13+
]
414
}

0 commit comments

Comments
 (0)