500 server error using IPython notebook on Windows

ぐ巨炮叔叔 提交于 2019-12-05 13:19:37

This works:

  1. Right-click on the Command Prompt in the Start Menu.
  2. Select Run as administrator.
  3. Select Yes in the User Account Control dialog.
  4. Run ipython notebook in the resulting Command Prompt window.

Basically, it has to be run as administrator for some reason.

From docs: nodeenv (node.js virtual environment) is a tool to create isolated node.js environments. So after installing nodeenv you need to create new node.js environment: https://github.com/ekalinin/nodeenv#basic

I ended up installing Anaconda in the end and that worked.

This may be an answer for the same error message, but a specific case;

If this error message showed up when executing in the ipython notebook, re-installing Anaconda3 did not help my case.

Your Python installation, some reasons, may not have installed nbconvert. I recommend that you install 'pandoc' that converts all kinds of file formats. It works in the command line mode and through ipython notebook file menu, as well. An easiest way to install pandoc in windows, visit the web site below;

http://www.texts.io/support/0004/

Blessings, (a debtor)<><

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