Getting 500 internal server error while opening any pynb file in Jupyter noteebook

Hi All,

Need you all help for resolving error provided the screen shot while opening pynb file .I was able to work very seamlesssly earlier .I have tried many solution but none of them work .

Please suggest how i can fix the issue . I am struggling to work on my new assignment and trainings curson IDE and Jupyter Notebook .

Regards

Abhilash Choudhury

make sure to share the logs in the terminal from the notebook server. That will tell you more about the error that needs fixing.

Hi @minrk ,

How can I get the logs for this error .Where I can find it .I am using windows machine.Earlier there was no issue at all .Now I am unable to open any pynb file .Please help me in this regard.

generally, the notebook is launched by typing jupyter notebook in a terminal, where logs are written to the terminal. If that’s not how you launched it, whatever launching app you use might have a location for logs that would be up to the documentation of that application.