IO fertig, trick mit module name in first julia cell

This commit is contained in:
2024-06-04 17:57:12 +02:00
parent fb58c51aa2
commit 8e83a18cd0
8 changed files with 210 additions and 128 deletions

13
.vscode/settings.json vendored
View File

@@ -1,14 +1,15 @@
{
"julia.environmentPath": "/home/hellmund/Julia/23",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/*.ipynb": true,
"**/*.md": true
"**/*.md": true,
"**/*.quarto_ipynb": true,
"**/CVS": true,
"**/Thumbs.db": true
},
"explorerExclude.backup": {},
"ltex.enabled": false,