jupyter notebook

This commit is contained in:
Tim
2025-08-12 19:09:53 +02:00
parent ac39214e0d
commit 9c3dd33c0b
3 changed files with 226 additions and 261 deletions

5
.gitignore vendored
View File

@@ -186,7 +186,7 @@ cython_debug/
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/
.vscode/
# Ruff stuff:
.ruff_cache/
@@ -205,3 +205,6 @@ cython_debug/
marimo/_static/
marimo/_lsp/
__marimo__/
# vscode doesn't seem to be able to open jupy notebooks without crashing
.idea/