Added nn6

This commit is contained in:
2026-01-16 16:53:19 +01:00
parent b82c919f67
commit 9a2092cbde
140 changed files with 15505 additions and 3 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"workbench.editorAssociations": {
"*.copilotmd": "vscode.markdown.preview.editor",
"file:/**/*.csv": "jupyter-data-wrangler"
}
}