modified index.js

This commit is contained in:
yoshi 2025-04-29 12:22:48 -07:00
parent a4b19c9afa
commit 0260a24da1
7 changed files with 93 additions and 16 deletions

View file

@ -15,7 +15,6 @@ while true; do
if [ "$new_mod" -ne "$last_mod" ]; then
last_mod=$new_mod
jupyter nbconvert --to notebook --execute --inplace --ExecutePreprocessor.timeout=0 notebook.ipynb
echo "Notebook executed; restarting..."
fi
sleep 1