Open s-mx opened 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Description
Hi. I tried running jupyter notebook recently and faced with the following issue. I run local jupyter server, try to open any notebook from filesystem and I get 500 : Internal Server Error.
Here are logs from jupyter server.
Reproducer
I installed jupyter with the following steps.
Context
When faced issue for first time tried to google it. Found a recommendation to update pygments to >=2.4.1. Did
pip3 install --upgrade pygments
. Didn't help. Also tried to update nbconvert. Didn't help as well. Here is the list of packages in pip3:Troubleshoot Output