0PricingLogin
Data Science Academy · Lesson

Markdown Notes Beside Your Code

Documenting analysis right next to results.

Two Kinds of Cells

A notebook cell can hold code or words. Switching one to a Markdown cell lets you write notes that sit right beside your analysis.

Make a Cell Markdown

Select a cell, press Esc, then M to turn it into a Markdown cell. Press Y to turn it back into code whenever you need.

All lessons in this course

  1. Install Python the Painless Way
  2. Cells, Kernels, and Run Order
  3. Markdown Notes Beside Your Code
  4. Import, Inspect, Repeat
← Back to Data Science Academy