Template
Last updated
Last updated
Motivate and introduce the content and context of your notebook. Why are you creating this notebook? What will you teach? Why should the reader care?
Your notebook name should be kebab-case and it should not contain your Jira task identifier. If your notebook is in a directory, your directory should have the same name as your notebook but in UpperCamelCase. All files should have descriptive names.
The markdown to display the banner in the header should be

and in the footer
[](https://github.com/callysto/curriculum-notebooks/blob/master/LICENSE.md)
If you have files accompanying your notebook they should be in a directory along with your notebook. Images should all be in an images
folder, with the exception of the and .
Include the background information about your content. Include examples and explanation to help guide your notebooks.
Use Python or your own explanations to provide examples and interactivity to help teach and showcase the concepts to the student.
Ask questions throughout your document to keep the student engaged and thinking about the content you've provided.
Summarize your notebook. Reiterate the lesson and important takeaways.
Does your notebook contain all these items? If not be sure to add them.
After completing your notebook(s) and content review, make the recommended changes and open a pull request from your branch to master.
Refer to to access a template notebook with magics, table of contents, banners, sample questions, headers and subheaders matching the bare bones template in this section.