jupyter nbviewer
URL:https://nbviewer.jupyter.org/
结合Github的示例用法:https://nbviewer.jupyter.org/github/ + <用户名
或者用户名/存放ipynb文件的仓库
或者Gist ID
>
例如:https://nbviewer.jupyter.org/github/yeshan333/JupyterNotebook-Show-sample
还行~~~~~
binder
使用文档:https://mybinder.readthedocs.io/en/latest/index.html#
结合Github的示例用法:https://mybinder.org/v2/gh/ + <用户名/仓库名> + /分支名 + ?filepath= + ipynb文件名
例如:https://mybinder.org/v2/gh/yeshan333/JupyterNotebook-Show-sample/master?filepath=demo.ipynb
很nice啊,在线交互式环境,在线跑代码,就是渲染有点小慢
google colab
官方介绍:https://colab.research.google.com/notebooks/welcome.ipynb,需要科学上网
{% raw %}
src="//player.bilibili.com/player.html?aid=62772711&cid=109062819&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;">
{% endraw %}
结合Github的示例用法:https://colab.research.google.com/github/ + 用户名/ + 存放ipynb文件的仓库名/ + blob/ + 分支名 + 要展示的ipynb文件路径
也是个在线的交互式环境,很nice了
本文由博客群发一文多发等运营工具平台 OpenWrite 发布