amanda-amy-frost/Jupyter Notebook to PDF
Convert Jupyter notebooks to PDF using nbconvert and LaTeX backend
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_dirs | Comma-separated list of directories to search for .ipynb files (recursive). Empty list means search entire repo. | no | "" |
| output_dir | Directory where PDFs will be saved. | no | |
| dry_run | If true, list the notebooks but do not execute or convert them. | no | false |
| execute | If true, run the notebooks before converting them. | no | true |
| requirements | Path to requirements.txt file for pip to install before running notebooks. | no | "" |
Outputs
no outputs