Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #257

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ use pip:
```bash
pip install libro
```
> [!NOTE]
> The Python version used is 3.10-3.12. Higher versions of Python may encounter issues with unsupported dependencies.

For more details, please refer to [quick start](./apps/docs/docs/quickstart/index.md)。

Expand Down Expand Up @@ -113,7 +115,6 @@ import { LibroJupyterModule } from "@difizen/libro-jupyter";

## Future Plans

- SQL Cell Integration
- AI Capability Integration
- Support for Prompt Notebook
- Execution of libro in the Browser
Expand Down
6 changes: 4 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
pip install libro
```

> [!NOTE]
> 使用的 Python 版本为 3.10-3.12,过高的 Python 版本可能存在依赖包不支持的问题。

详情请阅读[快速开始](./apps/docs/docs/quickstart/index.md)。

## 快速集成
Expand Down Expand Up @@ -115,8 +118,7 @@ import { LibroJupyterModule } from "@difizen/libro-jupyter";

## 后续计划

- SQL Cell 接入
- Copilot 面板接入
- AI 特性接入
- Libro 在浏览器端执行
- 版本 Diff 接入

Expand Down
Loading