I want to learn how to use Jupyter Notebook. So far, I have managed to download and install it (using pip), but I\'m having trouble opening it.
I am opening it by ty
I had the same problem and my solution was update the Jinja2 package to version Jinja2-2.8.
To update it I used the easy_install command as follow:
sudo easy_install -U python-jinja2[all]
After that the 500 : Internal Server Error was fixed.