first commit

This commit is contained in:
2023-05-12 20:12:56 +02:00
commit 9f546da17c
69 changed files with 13975 additions and 0 deletions

7
nb/script1.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cp ../chapters/*.ipynb .
for i in *.ipynb
do
echo $i
jupyter nbconvert --inplace --clear-output --to notebook $i
done