I am new to programming and for a class I had to install Anaconda and Jupyter. I have a homework assignment that is an ipynb file that I was trying to save as a PDF using the Download As PDF from HTML. After being unable to do so, I found resources on StackOverflow to download things like:
pip install -U nbconvert==5.6.1 --user
... and after doing so and restarting my computer, I go to the open the homework file and it will not open. I simply get 500: Internal Server Error
instantly and I am unable to open the document.
I am sure this has happened before but I was unable to find someone who had the same issue. Thank you in advance.
Restarting computer and researching on Stack Overflow.