I am attempting to import PyPDF2 in my Python 3 jupyter notebook on Ubuntu 20.
I tried doing in the notebook: !{sys.executable} -m pip install PyPDF2
but that threw a No module named PyPDF2 error.
In terminal, I tried
pip3 install PyPDF2
but this did not help either.