Jupyter Notebook Explainer
NotebooksClaudeJupyternotebooksPythoncode explanation
Prompt
I have a Jupyter notebook I need explained. Break it down cell by cell and give me a plain-English summary.
Context: [WHAT THIS NOTEBOOK IS FOR / WHO WROTE IT]
My background: [YOUR TECHNICAL LEVEL, e.g. non-technical business analyst]
For each code cell, explain:
1. What it does (1-2 sentences, no jargon)
2. Why it's necessary (what would break without it)
3. Any red flags (errors, hardcoded values, inefficiencies)
Then at the end:
- **Overall Summary**: What does this notebook accomplish end-to-end?
- **Data Flow**: What goes in → what comes out?
- **Key Assumptions**: What is the code assuming about the data?
- **Questions I Should Ask the Author**: Top 3 clarifying questions
Here are the notebook cells:
[PASTE CODE CELLS WITH CELL NUMBERS]