iPython notebook on Mac OSX Yosemite: no module named jinja2, even if it's installed

蓝咒 提交于 2019-12-06 05:47:36

Re-installing iPython solved the issue.

I had the same trouble with jinja2+ipython[notebook]. It seems that jinja2 is not mandatory to run ipython terminal and it is not installed by default.

But you must install it before ipython to be able to open a notebook.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!