mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
12 lines
No EOL
312 B
JSON
12 lines
No EOL
312 B
JSON
{
|
|
"jupyter.interactiveWindow.textEditor.executeSelection": true,
|
|
"python.REPL.sendToNativeREPL": true,
|
|
"notebook.output.scrolling": true
|
|
|
|
// Hot reload setting that needs to be in user settings
|
|
// "jupyter.runStartupCommands": [
|
|
// "%load_ext autoreload", "%autoreload 2"
|
|
// ]
|
|
|
|
|
|
} |