bio-reporting-jupyter-reports

Installation
SKILL.md

Jupyter Reports with Papermill

Parameterized Notebooks

import papermill as pm

# Execute notebook with parameters
pm.execute_notebook(
    'analysis_template.ipynb',
    'output_report.ipynb',
    parameters={
        'input_file': 'data/counts.csv',
        'condition_col': 'treatment',
        'fdr_threshold': 0.05
    }
)
Installs
2
GitHub Stars
1.1K
First Seen
Jan 25, 2026
bio-reporting-jupyter-reports — gptomics/bioskills