I just upgraded my ipython (version 0.13.2, so quite old)
conda update ipython
then installed jupyter
pip install jupyter
When I now start a notebook
jupyter notebook
I get an internal server error, and an error stack on the console that seems to boil down to
File "//anaconda/lib/python2.7/site-packages/notebook/templates/tree.html", line 8, in template
data-base-url="{{base_url | urlencode}}"
TemplateAssertionError: no filter named 'url encode'
Any ideas of what I did wrong/how to fix this?