更新 ipython - jupyter 给出内部服务器错误
Updating ipython - jupyter giving internal server error
我刚刚升级了 ipython(版本 0.13.2,太旧了)
conda update ipython
然后安装jupyter
pip install jupyter
当我现在开始做笔记本
jupyter notebook
我收到内部服务器错误,控制台上的错误堆栈似乎归结为
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'
关于我 wrong/how 解决此问题的任何想法?
尝试用conda安装jupyter,删除pip安装的jupyter:
pip uninstall jupyter
并使用 conda 安装 jupyter:
conda install jupyter
我刚刚升级了 ipython(版本 0.13.2,太旧了)
conda update ipython
然后安装jupyter
pip install jupyter
当我现在开始做笔记本
jupyter notebook
我收到内部服务器错误,控制台上的错误堆栈似乎归结为
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'
关于我 wrong/how 解决此问题的任何想法?
尝试用conda安装jupyter,删除pip安装的jupyter:
pip uninstall jupyter
并使用 conda 安装 jupyter:
conda install jupyter