0

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.

rvforte8
  • 1
  • 3
  • I'm not on Anaconda but I ran into the same problem and running Jupyter with the command `~/virtualenv/my_venv_name/bin/jupyter-notebook` worked for me. (Solution from [here](https://stackoverflow.com/questions/46051998/jupyter-notebook-in-virtual-environment-doesnt-see-the-virtual-env-packages)) If that doesn't work, the other method you could try is updating jupyter. – Mike Lee Apr 06 '23 at 19:03

0 Answers0