Created
November 19, 2019 03:04
-
-
Save tmbdev/f0d5009c51fa32301aed9325c6126f25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.jediEnabled": false, | |
"python.dataScience.askForKernelRestart": false, | |
"python.pythonPath": "/opt/anaconda3/bin/python3", | |
"python.condaPath": "/opt/anaconda3/bin/conda" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment