几个不错的 Jupyter Notebook 云端展示平台

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

URL:https://mybinder.org

使用文档: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文件路径

示例:https://colab.research.google.com/github/yeshan333/JupyterNotebook-Show-sample/blob/master/demo.ipynb

也是个在线的交互式环境,很nice了

本文由博客群发一文多发等运营工具平台 OpenWrite 发布

相关推荐
一勺菠萝丶2 小时前
MongoDB 常用操作指南(Docker 环境下)
数据库·mongodb·docker
Mitch3112 小时前
【漏洞复现】CVE-2015-3337 Arbitrary File Reading
elasticsearch·网络安全·docker·漏洞复现
Mitch3112 小时前
【漏洞复现】CVE-2015-5531 Arbitrary File Reading
web安全·elasticsearch·网络安全·docker·漏洞复现
沛沛老爹3 小时前
什么是 DevOps 自动化?
大数据·ci/cd·自动化·自动化运维·devops
vvw&3 小时前
如何在 Ubuntu 22.04 上安装 Ansible 教程
linux·运维·服务器·ubuntu·开源·ansible·devops
我自飞扬临天下4 小时前
Docker常用命令
docker
cronaldo914 小时前
研发效能DevOps: Vite 使用 Element Plus
vue.js·vue·devops
码农土豆6 小时前
PaddlePaddle飞桨Linux系统Docker版安装
linux·docker·paddlepaddle
明 庭16 小时前
Ubuntu下通过Docker部署NGINX服务器
服务器·ubuntu·docker
dessler17 小时前
Docker-run命令详细讲解
linux·运维·后端·docker