使用零配置创建nteract交互应用程序
通过create-nteract-app轻松创建交互式应用程序。
安装
npm i -g create-nteract-app
入门
- 创建nteract应用程序并运行开发服务器:
create-nteract-app myApp
cd myApp
yarn dev
- 访问页面,即可看到应用程序。
120.1KB
文件大小:
评论区