some reorganisation, js deleted, readme updated

This commit is contained in:
2024-05-14 14:50:59 +02:00
parent 31981a7612
commit 6d032cfbea
7 changed files with 40 additions and 104 deletions

11
nb/script2.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# muss engine wechsln!
cp ../chapters/*.qmd .
for i in *.qmd
do
echo $i
quarto render ${i} --to ipynb --no-execute
done