Skip to content

Commit 650ca67

Browse files
committed
alternative instructions for option B users
1 parent 52e2c3f commit 650ca67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assignments/2020/assignment1.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ This notebook/script will:
119119
* Generate a zip file of your code (`.py` and `.ipynb`) called `a1.zip`.
120120
* Convert all notebooks into a single PDF file.
121121

122-
**Note for Option B users**. Ensure you `pip install PyPDF2` before executing the bash script to minimize your workload. If it cannot be found,
123-
it will generate a separate PDF file for every notebook and it will be your responsibility to concatenate
124-
them all together with your favorite viewer/editor.
122+
**Note for Option B users**. You must have (a) `nbconvert` installed with Pandoc and Tex support and (b) `PyPDF2` installed to successfully convert your notebooks to a PDF file. Please follow these [installation instructions](https://nbconvert.readthedocs.io/en/latest/install.html#installing-nbconvert) to install (a) and run `pip install PyPDF2` to install (b). If you are, for some inexplicable reason, unable to successfully install the above dependencies, you can manually convert each jupyter notebook to HTML (`File -> Download as -> HTML (.html)`), save the HTML page as a PDF, then concatenate all the PDFs into a single PDF submission using your favorite PDF viewer.
125123

126124
If your submission for this step was successful, you should see the following display message:
127125

0 commit comments

Comments
 (0)