Grid studio安装使用Ubuntu下
文章链接:https://mp.weixin.qq.com/s/xW9GMS4I0Qj15YIFDaMIQg向Excel说再见,神级编辑器统一表格与Python
Grid studio一个基于网页的表格应用,可以通过 Python 加载和处理数据,也能通过Excel操作数据。
项目地址:https://github.com/ricklamers/gridstudio
使用
使用的话需要安装Grid studio https://github.com/ricklamers/gridstudio/wiki/Installation
不想安装的话可以访问https://dashboard.gridstudio.io/ 在线使用(收费)
在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会遇到下面的问题
make sure you share your drives https://docs.docker.com/docker-for-windows/#shared-drives
因为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,然后可以使用。