I am about halfway through the Kickstarter campaign for my new book, Jupyter Notebook 101 and thought it would be fun to share my current tentative table of contents:
- Intro
- Chapter 1: Creating Notebooks
- Chapter 2: Rich Text (Markdown, images, etc)
- Chapter 3: Configuring Your Notebooks
- Chapter 4: Distributing Notebooks
- Chapter 5: Notebook Extensions
- Chapter 6: Notebook Widgets
- Chapter 7:Â Converting Notebooks into Other Formats
- Chapter 8: Creating Presentations with Notebooks
- Appendix A: Magic Commands
The table of contents are liable to change in content or order. I will try to cover all of these topics in one form or another though. I am also looking into a couple of other topics that I will try to include in the book if there is time, such as unit testing a Notebook. Some of my backers have also asked for sections on managing Jupyter across Python versions, using Conda and if you can use Notebooks as programs. I will look into these too to determine if they are within scope for the book and if I have the time to add them.