百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

gridstudio

> 编程语言
开源

Grid studio 是一款基于 Web 的数据科学应用程序,完全集成了 开源 数据科学框架和语言。

8.8K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

Grid studio 是一款基于 Web 的数据科学应用程序,完全集成了 开源 数据科学框架和语言。

Grid studio is a web-based spreadsheet application with full integration of the Python programming language.

https://user-images.githubusercontent.com/1309307/233638107-f568519d-4581-4e20-92a7-b61e628d5fef.mp4

It intends to provide an integrated workflow for loading, cleaning, manipulating, and visualizing data. This is achieved through a spreadsheet backend written in Go with integration of the Python runtime to manipulate its contents.

Architecture overview

The application is structured in two parts:

  1. The (centralized) workspace manager
    1. CRUD interface for creating, copying, editing and deleting workspaces.
    2. Proxy to send traffic to the right workspace environment (part 2)
  2. Workspace Go execution environment
    1. Go cell parsing and evaluating spreadsheet backend
    2. Node.js terminal session
    3. Python interpreter integration

For more details about each part check out the code in the repository. If anything is unclear (or unreadable - not all code is equally pretty!) make an issue and details will be provided.

Features

Spreadsheet functions that you know

https://user-images.githubusercontent.com/1309307/233638180-87c4375d-20b6-46da-9049-8ad60ff32beb.mp4

Powerful scripting, fully integrated

https://user-images.githubusercontent.com/1309307/233638234-6c282006-c615-41ca-bfff-5f8cb9c2dab5.mp4

Run any command on Ubuntu Linux

https://user-images.githubusercontent.com/1309307/233638276-9ff2a532-3940-49ea-b152-ffa8ded3c4d0.mp4

Installation

To run Grid studio locally refer to the Installation page of the Wiki.

It comes down to pulling the latest Grid studio Docker image that has all dependencies configured (mainly: Go language, Python 3 with packages, Node.js) and starting the Docker container.

For more information check out our Wiki.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言