【发布时间】:2015-02-01 17:17:02
【问题描述】:
我正在尝试使用 nbviewer 发布我的 IPython 笔记本。但是,即使在我添加了脚本之后:
$([IPython.events]).on("app_initialized.NotebookApp", function () {
IPython.load_extensions("gist");
});
在我的 custom.js 中找到:$(ipython locate profile)/static/custom/custom.js,我收到 500 错误 (http://nbviewer.ipython.org/gist/roxyboy/992fc15dc0e6209825de)。有人可以告诉我如何解决这个问题吗?
提前致谢。
【问题讨论】:
标签: python github ipython-notebook