Learning Jupyter, and note it by Jupyter Book Community.
pip install -r requirements.txt
jb build --all jb-notes
cd jb-notes
git checkout main
git add .
git commit -m "{messages}"
git push
ghp-import -n -p -f _build/html
Learning Jupyter, and note it by Jupyter Book Community.
pip install -r requirements.txt
jb build --all jb-notes
cd jb-notes
git checkout main
git add .
git commit -m "{messages}"
git push
ghp-import -n -p -f _build/html