Building initial repository
This commit is contained in:
parent
c3c0bad3f9
commit
840c359f2a
35 changed files with 6861 additions and 0 deletions
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
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue