Conclusion¶
Hopefully this mini-book has allowed you to kick the tires with jupyter-book and decide if it fits your needs. At this point you should be able to rename your repo/book and start writing your own book immediately! Here are a couple possible next steps:
Build both the html and pdf outputs to ensure everything still looks as you would expect
HTML:
jupyter-book build book
PDF:
jupyter-book build book --builder pdflatex
Catch up on what was omitted in this mini-book. Jupyter-book can do much more than what was shown here, this mini-book intentionally just focused on the minimum subset needed for writing. Consider learning more about:
Writing with jupyter notebooks
The official jupyter-book documentation is superb, a good read through will help you make the best use of jupyter-book
There are a lot of possible ways to configure jupyter-book, consider fine tuning your configuration
Learn to collaborate with git. For the sake of simplicity I didn’t delve into the git workflow. Collaborating with git is however a major benefit of working with text based files and the jupyter ecosystem.
Give the core team a big thanks for making jupyter-book possible!
Did you spot an error or have a problem following along with this mini-book? Please leave a comment or make a pull request.