We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce7000 commit 0b2fdf3Copy full SHA for 0b2fdf3
to_latex_pdf.sh
@@ -1,4 +1,4 @@
1
-gcd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
+cd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
2
cd ../Chapter2_MorePyMC/ && ipython nbconvert Chapter2.ipynb --to latex --post PDF --template article
3
cd ../Chapter3_MCMC/ && ipython nbconvert Chapter3.ipynb --to latex --post PDF --template article
4
cd ../Chapter4_TheGreatestTheoremNeverTold/ && ipython nbconvert Chapter4.ipynb --to latex --post PDF --template article
0 commit comments