3 Recipes

This section includes various recipes for how to mix-and-match the behaviour of several extensions in order to achieve a particular effect.

Later sections will review individual extensions in more detail.

3.1 Python Code Error Reporting

Use the cells_status and skip_traceback extensions to help identify and improve the display of Python errors.

3.2 Notebook Activity Sections

Activities can be identified and style using the empinken extension to style cells and the collapisble headings extension to hide activity answers.

3.3 Spellchecked and Previewed Editing

Using the spellcheck and live markdown preview extensions, you can preview the styled output of markdown text currently being edited as well as live spellchecking in the edited cell.