Replace spaces with underscores in module directory names
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>
This commit is contained in:
parent
bdab14700b
commit
e5bf977ca5
28 changed files with 2 additions and 43 deletions
561
module_7/CO2_phases.ipynb
Normal file
561
module_7/CO2_phases.ipynb
Normal file
File diff suppressed because one or more lines are too long
331
module_7/N2_phases.ipynb
Normal file
331
module_7/N2_phases.ipynb
Normal file
File diff suppressed because one or more lines are too long
305
module_7/Peng_Robinson_EOS_isotherms_CO2.ipynb
Normal file
305
module_7/Peng_Robinson_EOS_isotherms_CO2.ipynb
Normal file
File diff suppressed because one or more lines are too long
319
module_7/Problem 4.ipynb
Normal file
319
module_7/Problem 4.ipynb
Normal file
File diff suppressed because one or more lines are too long
10
module_7/README.md
Normal file
10
module_7/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
```
|
||||
|
||||
825
module_7/VLE from fugacity final exam.ipynb
Normal file
825
module_7/VLE from fugacity final exam.ipynb
Normal file
File diff suppressed because one or more lines are too long
813
module_7/VLE from fugacity.ipynb
Normal file
813
module_7/VLE from fugacity.ipynb
Normal file
File diff suppressed because one or more lines are too long
BIN
module_7/pdf/CO2_phases.pdf
Normal file
BIN
module_7/pdf/CO2_phases.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Fig_6.6-1.pdf
Normal file
BIN
module_7/pdf/Fig_6.6-1.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Fig_7.3-1.pdf
Normal file
BIN
module_7/pdf/Fig_7.3-1.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Fig_7.3-2.pdf
Normal file
BIN
module_7/pdf/Fig_7.3-2.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Fig_7.3-3.pdf
Normal file
BIN
module_7/pdf/Fig_7.3-3.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Fig_7.3-4.pdf
Normal file
BIN
module_7/pdf/Fig_7.3-4.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/N2_phases.pdf
Normal file
BIN
module_7/pdf/N2_phases.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/Peng_Robinson_EOS_isotherms_CO2.pdf
Normal file
BIN
module_7/pdf/Peng_Robinson_EOS_isotherms_CO2.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/VLE from fugacity.pdf
Normal file
BIN
module_7/pdf/VLE from fugacity.pdf
Normal file
Binary file not shown.
BIN
module_7/pdf/van_der_waals_EOS.pdf
Normal file
BIN
module_7/pdf/van_der_waals_EOS.pdf
Normal file
Binary file not shown.
1472
module_7/van_der_waals_EOS.ipynb
Normal file
1472
module_7/van_der_waals_EOS.ipynb
Normal file
File diff suppressed because one or more lines are too long
25
module_7/vdw_report.tex.j2
Normal file
25
module_7/vdw_report.tex.j2
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
((*- extends 'latex/index.tex.j2' -*))
|
||||
|
||||
% ---------- Remove code cell prompts ----------
|
||||
((* block input_prompt *))((* endblock input_prompt *))
|
||||
((* block output_prompt *))((* endblock output_prompt *))
|
||||
|
||||
% ---------- Document metadata ----------
|
||||
((* block title *))
|
||||
\title{Van der Waals Equation of State}
|
||||
((* endblock title *))
|
||||
|
||||
((* block author *))
|
||||
\author{Eric Furst}
|
||||
((* endblock author *))
|
||||
|
||||
((* block date *))
|
||||
\date{\today}
|
||||
((* endblock date *))
|
||||
|
||||
% ---------- Code font size ----------
|
||||
((* block packages *))
|
||||
((( super() )))
|
||||
\usepackage{fancyvrb}
|
||||
\fvset{fontsize=\footnotesize}
|
||||
((* endblock packages *))
|
||||
Loading…
Add table
Add a link
Reference in a new issue