Skip to content

Commit 4f3fc4f

Browse files
committed
save notebooks and commit
1 parent 700462b commit 4f3fc4f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

save_notebooks_commit_push.sh

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ for filename in *.ipynb; do
66
jupyter nbconvert $filename --to notebook \
77
--ClearOutputPreprocessor.enabled=True --output ../notebooks_github/$filename
88
done
9+
cd ..
10+
git add -A
11+
git commit -m "save notebooks and commit"
12+
git push

0 commit comments

Comments
 (0)