Skip to content

Commit 911f753

Browse files
remove virtualenv command
1 parent 6f3a973 commit 911f753

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

to_latex_pdf.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
workon data
2-
cd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
1+
gcd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
32
cd ../Chapter2_MorePyMC/ && ipython nbconvert Chapter2.ipynb --to latex --post PDF --template article
43
cd ../Chapter3_MCMC/ && ipython nbconvert Chapter3.ipynb --to latex --post PDF --template article
54
cd ../Chapter4_TheGreatestTheoremNeverTold/ && ipython nbconvert Chapter4.ipynb --to latex --post PDF --template article

0 commit comments

Comments
 (0)