nim-anywhere icon indicating copy to clipboard operation
nim-anywhere copied to clipboard

PyPDF separate installation in upload_docs.ipynb

Open nv-edwli opened this issue 5 months ago • 0 comments

What is the rationale behind why the pyPDF package is a separate installation within the upload_docs.ipynb jupyter notebook. Why don't we enable AI Workbench to take care of the installation for the user, eg. as part of requirements.txt?

I had a user bring their own custom .pdf file to the project who skipped everything above the unzip cell because they thought they didn't need to unzip anything for their dataset. This means they mistakenly skipped the pip install pypdf cell, which broke the later upload step.

nv-edwli avatar Sep 20 '24 19:09 nv-edwli