I have created a new Python virtual environment in Anaconda and it seems I cannot open any .ipynb files in the Jupyter Notebook. It shows an error 500 : Internal Server Error. However, I am able to open them in the base(root) environment. Why is this happening and how can I solve it?
I created the new virtual environment and I expected to be able to open the .ipynb notebook files there too.