Rename module directories (module 6 → module_6, module 7 → module_7) to fix Google Colab "Open in Colab" link compatibility. Update Colab badge URL in Peng_Robinson_EOS.ipynb accordingly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| CO2_phases.ipynb | ||
| N2_phases.ipynb | ||
| Peng_Robinson_EOS_isotherms_CO2.ipynb | ||
| Problem 4.ipynb | ||
| README.md | ||
| van_der_waals_EOS.ipynb | ||
| vdw_report.tex.j2 | ||
| VLE from fugacity final exam.ipynb | ||
| VLE from fugacity.ipynb | ||
Exporting notebooks to PDF
The file vdw_report.tex.j2 formats the LaTeX PDF output to use a specific filename. It makes additional changes to the format of the code blocks.
To create the output, use the nbeconvert utility in jupyter:
% jupyter nbconvert van_der_waals_EOS.ipynb --to pdf --TemplateExporter.extra_template_paths=. --template-file vdw_report.tex.j2 --no-prompt