【发布时间】:2018-06-24 22:05:14
【问题描述】:
我正在运行 jupyter/datascience-notebook:5811dcb711ba(6 月 24 日最新的)。
笔记本工作。可以输入命令并查看结果。
然而, 文件 > 下载为 > 笔记本 (.ipynb) 给出“500:内部服务器错误”。
在控制台中有一个堆栈跟踪显示 nbconvert 中的错误,
File "/opt/conda/lib/python3.6/site-packages/nbconvert/exporters/base.py", line 110, in get_exporter % (name, ', '.join(get_export_names()))) ValueError: Unknown exporter "ipynb", did you mean one of: asciidoc, custom, html, latex, markdown, notebook, pdf, python, rst, script, slides?
这个错误在 linux 和 mac 上都会发生。
【问题讨论】: