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 6f3a973 commit 911f753Copy full SHA for 911f753
to_latex_pdf.sh
@@ -1,5 +1,4 @@
1
-workon data
2
-cd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
+gcd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
3
cd ../Chapter2_MorePyMC/ && ipython nbconvert Chapter2.ipynb --to latex --post PDF --template article
4
cd ../Chapter3_MCMC/ && ipython nbconvert Chapter3.ipynb --to latex --post PDF --template article
5
cd ../Chapter4_TheGreatestTheoremNeverTold/ && ipython nbconvert Chapter4.ipynb --to latex --post PDF --template article
0 commit comments