【发布时间】:2014-05-22 01:49:48
【问题描述】:
我想运行public ipython notebook server 来提供一个笔记本,其中包含用户可以运行的不可编辑的代码单元。
你问为什么?因为我不希望在我的服务器上运行任意 python,但我确实希望用户能够通过 raw_input() 与 python 脚本交互。 (这意味着我不能使用静态 html nbview 或reveal.js 幻灯片)。
想法?
【问题讨论】:
标签: python ipython ipython-notebook