Open big ipynbs

This commit is contained in:
Andras Schmelczer 2024-06-30 21:48:00 +01:00
commit 42c72e8ccd
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -1,7 +1,8 @@
{ {
"files.exclude": { "files.exclude": {
"**/__pycache__": true, "**/__pycache__": true
}, },
"editor.formatOnSave": true, "editor.formatOnSave": true,
"notebook.formatOnCellExecution": true "notebook.formatOnCellExecution": true,
"workbench.editorLargeFileConfirmation": 1000
} }