GitHub 热门项目:amphi-etl

2026-06-26 1 阅读 GitHub Trending
GitHub 项目:amphi-etl 仓库地址:https://github.com/amphi-ai/amphi-etl 星级:1366 | 作者:amphi-ai 项目描述:基于Python的可视化数据准备 =================================================== 自述文件内容: 由 Python 提供支持的可视化数据准备

简单、直观且易于与 AI 配合使用。


测试 Slack 许可证 PyPI 版本 PyPI 下载 PyPI - 下载

![amphi-github-banner](https://github.com/user-attachments/assets/01832e09-3e8a-4d7b-987b-311f3af72071) 中文 · [尝试演示](https://demo.amphi.ai) · [报告错误](https://github.com/amphi-ai/amphi-etl/issues) · [请求功能](https://github.com/amphi-ai/amphi-etl/issues)
<详情> 目录 #### 目录 - [📦安装](#-安装) - [🔨 用法](#-用法) - [✨ 功能](#-功能) - [🤝 贡献](#-贡献) - [🛣️生态系统](#️-生态系统) #### ## 📦 安装和更新 Amphi 既可以作为独立应用程序使用,也可以作为 JupyterLab 扩展使用。 | Amphi ETL(独立)| JupyterLab 的 Amphi(扩展)| |------------------------------------|------------------------| | ![amphi-etl-home-page](https://github.com/user-attachments/assets/3a37e271-7c8d-495a-9caf-2087804305ef) | ![amphi-for-jupyterlab-homepage2](https://github.com/user-attachments/assets/52abe431-e4c3-4cfc-8ed1-71ab24eaabdf) | | ```pip install amphi-etl``` | ```pip install jupyterlab-amphi``` | | ```pip install --upgrade amphi-etl``| | ```pip install --upgrade jupyterlab-amphi``` |
> \[!注意] > > 如果您更喜欢通过扩展管理器安装 Amphi 的 **Jupyterlab 扩展**,请确保安装 `jupyerlab-amphi` 包
## 🔨 用法 要启动 Amphi ETL(独立),只需运行: ````bash 两栖启动 ```` 使用以下参数来指定您的: - 工作区(您可以在其中访问文件并在系统上创建管道), - 要公开的IP地址 - 要使用的端口 ### 部署在本地机器上 ````bash amphi start -w /您的/工作空间/路径 ```` ### 部署在服务器上 要在服务器上部署,您需要指定“-i 0.0.0.0”以公开 Amphi 并通过互联网访问它。可以选择指定不同的端口。 ````bash amphi 开始 -w /yo