We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install jupyter-book
pip install sphinx_proof
pip install sphinx_tojupyter
Open terminal.
cd into folder.
cd
jb build .
Navigate manually to folder _build\html.
_build\html
Click on index.
index
git checkout development (switch to develpment branch)
git checkout development
git branch (show branch you are currently working on)
git branch
git pull (pull changes)
git pull
Add your own changes, add content etc.
git add .
git commit -m "[message]" (commit changes to your local git.
git commit -m "[message]"
git push -u origin [branch you want to push to] (push changes to online repo.
git push -u origin [branch you want to push to]