通过 jupyter notebook(lab)运行一些典型的 JavaScript 代码
直接在 GitHub 打开.ipynb
文件,可以看到项目执行后的静态结果
克隆项目代码
git clone https://github.com/awamwang/code-tell-you-javascript.git
通过自己的 jubyter notebook 或 jupyterlab 等工具查看项目
jupyter lab 模式(推荐),进入到notebook界面后,将路径最后的tree
改为lab
https://hub.gke2.mybinder.org/user/awamwang-code-t--you-javascript-29dlxnhf/tree ---> https://hub.gke2.mybinder.org/user/awamwang-code-t--you-javascript-29dlxnhf/lab
binder 修改代码不会保存到 git 仓库
使用了 binder 平台的 docker 模式,启动需要一定时间
更多信息参考,binder 文档