【发布时间】:2019-02-20 03:01:25
【问题描述】:
Rpubs 非常适合分享和发布 r 演示文稿。是否有 python 的等效站点,或者更具体地说是 Jupyter 笔记本?
【问题讨论】:
标签: python r jupyter-notebook markdown jupyter
Rpubs 非常适合分享和发布 r 演示文稿。是否有 python 的等效站点,或者更具体地说是 Jupyter 笔记本?
【问题讨论】:
标签: python r jupyter-notebook markdown jupyter
您可以通过https://nbviewer.jupyter.org/ 显示您的笔记本,并在https://gist.github.com/ 上托管您的笔记本。在某些情况下,我发现我的笔记本不会完全按照要点呈现,但在大多数情况下,github 应该为你呈现你的笔记本。每当 github 拒绝渲染 notebook 时,我都会使用 nbviewer 作为备份;只需将您的 gist 的链接复制到 nbviewer 中,剩下的就交给它了。
示例:https://gist.github.com/pollend/7ab5bd156b15473be4421821e26cc469
【讨论】: