/jb-notes

Note by Jupyter Book Community.

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

jb-notes

gh-pages Release

Introduction

Learning Jupyter, and note it by Jupyter Book Community.

Deployment

Before publish your book, it needs to install the tools

pip install -r requirements.txt

All you need to do is

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