Learning pathway
Using Jupyter Notebooks for biomolecular research
- Overview
- About this pathway
- An overview of Jupyter Notebooks
- Code cells
- Markdown cells
- Raw cells
- Good practice and example usage of Jupyter Notebooks
All materials are free cultural works licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license, except where further licensing details are provided.
Share this with:
Markdown cells
Markdown cells are cells that contain formatted text within the notebook. Combining code cells with markdown cells helps to organise your document and allows others to read and follow your workflow more easily.
Format Text in Jupyter Notebook with Markdown
A course and practice exercises that teaches how to use Markdown within Jupyter Notebooks.
Please go through Lesson 2 and return here to test your knowledge.
After this course you should be able to:
- Explain what Markdown is and why it is useful in this field
- Use Markdown to format your notebook