|
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | 6 | <em>一個響應式的 Python 筆記本,可重現、支援 Git 版本控制,並可部署為腳本或應用程式。</em> |
| 7 | +</p> |
7 | 8 |
|
8 | 9 | <p align="center"> |
9 | | - <a href="https://docs.marimo.io" target="_blank"><strong>文件</strong></a> · |
10 | | - <a href="https://marimo.io/discord?ref=readme" target="_blank"><strong>Discord</strong></a> · |
11 | | - <a href="https://docs.marimo.io/examples/" target="_blank"><strong>範例</strong></a> · |
12 | | - <a href="https://marimo.io/gallery/" target="_blank"><strong>展示廊</strong></a> · |
13 | | - <a href="https://www.youtube.com/@marimo-team/" target="_blank"><strong>YouTube</strong></a> |
| 10 | + <a href="https://docs.marimo.io" target="_blank"><strong>文件</strong></a> · |
| 11 | + <a href="https://marimo.io/discord?ref=readme" target="_blank"><strong>Discord</strong></a> · |
| 12 | + <a href="https://docs.marimo.io/examples/" target="_blank"><strong>範例</strong></a> · |
| 13 | + <a href="https://marimo.io/gallery/" target="_blank"><strong>展示廊</strong></a> · |
| 14 | + <a href="https://www.youtube.com/@marimo-team/" target="_blank"><strong>YouTube</strong></a> |
14 | 15 | </p> |
15 | 16 |
|
16 | 17 | <p align="center"> |
17 | | - <a href="https://github.com/marimo-team/marimo/blob/main/README.md" target="_blank"><b>English</b></a> |
18 | | - <b> | 繁體中文 | </b> |
19 | | - <a href="https://github.com/marimo-team/marimo/blob/main/README_Chinese.md" target="_blank"><b>简体中文</b></a> |
20 | | - <b> | </b> |
21 | | - <a href="https://github.com/marimo-team/marimo/blob/main/README_Japanese.md" target="_blank"><b>日本語</b></a> |
22 | | - <b> | </b> |
23 | | - <a href="https://github.com/marimo-team/marimo/blob/main/README_Spanish.md" target="_blank"><b>Español</b></a> |
| 18 | + <a href="https://github.com/marimo-team/marimo/blob/main/README.md" target="_blank"><b>English</b></a> |
| 19 | + <b> | </b> |
| 20 | + <b>繁體中文</b> |
| 21 | + <b> | </b> |
| 22 | + <a href="https://github.com/marimo-team/marimo/blob/main/README_Chinese.md" target="_blank"><b>简体中文</b></a> |
| 23 | + <b> | </b> |
| 24 | + <a href="https://github.com/marimo-team/marimo/blob/main/README_Japanese.md" target="_blank"><b>日本語</b></a> |
| 25 | + <b> | </b> |
| 26 | + <a href="https://github.com/marimo-team/marimo/blob/main/README_Spanish.md" target="_blank"><b>Español</b></a> |
24 | 27 | </p> |
25 | 28 |
|
26 | 29 | <p align="center"> |
27 | | - <a href="https://pypi.org/project/marimo/"><img src="https://img.shields.io/pypi/v/marimo?color=%2334D058&label=pypi"/></a> |
28 | | - <a href="https://anaconda.org/conda-forge/marimo"><img src="https://img.shields.io/conda/vn/conda-forge/marimo.svg"/></a> |
29 | | - <a href="https://marimo.io/discord?ref=readme"><img src="https://shields.io/discord/1059888774789730424" alt="discord" /></a> |
30 | | - <img alt="Pepy Total Downloads" src="https://img.shields.io/pepy/dt/marimo?label=pypi%20%7C%20downloads"/> |
31 | | - <img alt="Conda Downloads" src="https://img.shields.io/conda/d/conda-forge/marimo" /> |
32 | | - <a href="https://github.com/marimo-team/marimo/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/marimo" /></a> |
| 30 | + <a href="https://pypi.org/project/marimo/"><img src="https://img.shields.io/pypi/v/marimo?color=%2334D058&label=pypi"/></a> |
| 31 | + <a href="https://anaconda.org/conda-forge/marimo"><img src="https://img.shields.io/conda/vn/conda-forge/marimo.svg"/></a> |
| 32 | + <a href="https://marimo.io/discord?ref=readme"><img src="https://shields.io/discord/1059888774789730424" alt="discord"/></a> |
| 33 | + <img alt="Pepy Total Downloads" src="https://img.shields.io/pepy/dt/marimo?label=pypi%20%7C%20downloads"/> |
| 34 | + <img alt="Conda Downloads" src="https://img.shields.io/conda/d/conda-forge/marimo"/> |
| 35 | + <a href="https://github.com/marimo-team/marimo/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/marimo"/></a> |
33 | 36 | </p> |
34 | 37 |
|
35 | 38 | **marimo** 是一個響應式的 Python 筆記本:執行單元格或與 UI 元素互動時,marimo 會自動執行相依的單元格(或<a href="#expensive-notebooks">將其標記為過時</a>),保持程式碼和輸出的一致性。marimo 筆記本以純 Python 格式儲存(具有一流的 SQL 支援),可作為腳本執行,並可部署為應用程式。 |
|
0 commit comments