Grid studio一个基于网页的表格应用,可以通过 Python 加载和处理数据,也能通过Excel操作数据。
使用
在Windows上安装使用
需要提前安装的工具:
1) git安装
2) docker安装
安装步骤:
1) Clone the repository with this command:
git clone https://github.com/ricklamers/gridstudio
2) Run the bash script (on Windows use e.g. Git Bash) with this command:
cd gridstudio && ./run.sh
3) Go to http://127.0.0.1:8080 in your browser. Note! Username: admin password: admin
在步骤2会遇到下面的问题
因为windows上我的docker缺少了Boot2Docker ISO,去网上下载,速度实在太慢。
在Linux环境下安装使用
环境:VMware-workstation-full-15.5.1、ubuntu-18.04.3
需要提前安装的工具:
1)git安装
2)docker安装
安装Grid studio也是3步
1)Clone the repository with this command:
git clone https://github.com/ricklamers/gridstudio
2)Run the bash script (on Windows use e.g. Git Bash) with this command:
cd gridstudio && ./run.sh
这里需要pull镜像,时间比较长。
最终运行完成。
3)Go to http://127.0.0.1:8080 in your browser. Note! Username: admin password: admin
脚本运行成功后,在浏览器访问http://127.0.0.1:8080,默认的用户名和密码是admin,admin。
新建workplace,然后可以使用。
标签:gridstudio,com,admin,Grid,https,Ubuntu,studio,docker,安装