nb folder

This commit is contained in:
cetin 2024-02-02 16:39:11 +01:00
parent b642e60eb9
commit d6e6879a21
21 changed files with 1490 additions and 844 deletions

View File

@ -7,5 +7,8 @@
"notebook.formatOnSave.enabled": true, "notebook.formatOnSave.enabled": true,
"editor.defaultFormatter": "ms-python.black-formatter", "editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"python.formatting.provider": "none" "python.formatting.provider": "none",
"python.analysis.extraPaths": [
"/work/cetin/Projektpraktikum/**"
]
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long