Convert IPython 2.0 notebook to html from the 'file' menu

前端 未结 3 1257
借酒劲吻你
借酒劲吻你 2021-01-16 12:30

I am trying to convert my notebook to html from the file menu (nice feature added in 2.0), but when I do this I get a 500 : Internal Server Error screen with the text:

3条回答
  •  旧时难觅i
    2021-01-16 12:48

    In my case notebook server complained about a missing module pygments.formatters: "No module named pygments.formatters"

    Doing a "pip install pygments" fixed the problem for me.

    I am using IPython version 2.1.0.

提交回复
热议问题