Skip to content

Instantly share code, notes, and snippets.

@holgi
Created May 7, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holgi/bb6c43be2e2d97cb02afa4852463bbc5 to your computer and use it in GitHub Desktop.
Save holgi/bb6c43be2e2d97cb02afa4852463bbc5 to your computer and use it in GitHub Desktop.
vscode jupyter notebook settings
{
"python.pythonPath": "C:\\ProgramData\\Anaconda3\\python.exe",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.testing.pytestEnabled": true,
"python.dataScience.jupyterCommandLineArguments": [
"--NotebookApp.port=9999"
]
}
@EstebanMqz
Copy link

Hey there. This isnt your settings.json, you have a bunch (5 or so), name them correctly.
I prefer to use the %APPDATA%\Code and %APPDATA%\Code\User gral paths as for Windows databases are concerned.
I used them in the following CMS .bat automatic config. files for Windows OS.

See more
You could run by clicking but make a backup first of the registries or see .md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment