Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Last active April 1, 2019 05:01
Show Gist options
  • Save torumakabe/053af267ab4887e14f08f2ed11162f64 to your computer and use it in GitHub Desktop.
Save torumakabe/053af267ab4887e14f08f2ed11162f64 to your computer and use it in GitHub Desktop.
VS Code Python Configuration (macOS)
{
"python.pythonPath": "/anaconda3/envs/jupyter-env/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment