Notebooks#
Integrate Jupyter notebooks into your chartbook documentation.
Overview#
Notebooks in chartbook:
Document analytical workflows
Provide interactive exploration
Show methodology and code
Support reproducible research
Configuration#
[notebooks]
[notebooks.analysis]
notebook_name = "Exploratory Data Analysis"
notebook_description = "Initial data exploration and insights"
notebook_path = "_output/01_analysis.ipynb"
Best Practices#
Clear notebook outputs before committing
Use meaningful cell tags and headings
Document assumptions and methodology
Include requirements.txt for dependencies