|
19 | 19 | </p> |
20 | 20 |
|
21 | 21 | <p> |
22 | | -<a href="https://eddmpython.github.io/dartlab/">Docs</a> · <a href="https://eddmpython.github.io/dartlab/blog/">Blog</a> · <a href="https://huggingface.co/spaces/eddmpython/dartlab">Live Demo</a> · <a href="notebooks/marimo/">Marimo Notebooks</a> · <a href="https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/01_quickstart.ipynb">Open in Colab</a> · <a href="README_KR.md">한국어</a> · <a href="https://buymeacoffee.com/eddmpython">Sponsor</a> |
| 22 | +<a href="https://eddmpython.github.io/dartlab/">Docs</a> · <a href="https://eddmpython.github.io/dartlab/blog/">Blog</a> · <a href="https://huggingface.co/spaces/eddmpython/dartlab">Live Demo</a> · <a href="https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/colab/01_company.ipynb">Open in Colab</a> · <a href="https://marimo.app/gh/eddmpython/dartlab/master/notebooks/marimo/01_company.py">Open in Molab</a> · <a href="README_KR.md">한국어</a> · <a href="https://buymeacoffee.com/eddmpython">Sponsor</a> |
23 | 23 | </p> |
24 | 24 |
|
25 | 25 | <p> |
@@ -1020,53 +1020,28 @@ dartlab collect --batch --mode all # re-collect everything |
1020 | 1020 |
|
1021 | 1021 | ## Try It Now |
1022 | 1022 |
|
1023 | | -### Live Demo (No Install) |
| 1023 | +### Live Demo |
1024 | 1024 |
|
1025 | | -Try DartLab instantly — no Python, no terminal, no setup: |
| 1025 | +**[Open Live Demo](https://huggingface.co/spaces/eddmpython/dartlab)** -- no install, no Python |
1026 | 1026 |
|
1027 | | -**[→ Open Live Demo](https://huggingface.co/spaces/eddmpython/dartlab)** — enter a stock code, see financials immediately |
| 1027 | +### Notebooks |
1028 | 1028 |
|
1029 | | -Or open a [Colab notebook](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/01_quickstart.ipynb) in your browser. |
| 1029 | +| Feature | Description | Colab | Molab | |
| 1030 | +|---------|-------------|-------|-------| |
| 1031 | +| **Company** | `Company("005930")` -- sections, show, trace, diff, BS/IS/CF, ratios, EDGAR | [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/colab/01_company.ipynb) | [](https://marimo.app/gh/eddmpython/dartlab/master/notebooks/marimo/01_company.py) | |
| 1032 | +| **Scan** | `scanAccount()` / `scanRatio()` -- cross-market ratio scan, 2,700+ companies | [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/colab/02_scan.ipynb) | [](https://marimo.app/gh/eddmpython/dartlab/master/notebooks/marimo/02_scan.py) | |
| 1033 | +| **Ask** | `ask()` -- AI analysis, streaming, 9 LLM providers | [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/colab/03_ask.ipynb) | [](https://marimo.app/gh/eddmpython/dartlab/master/notebooks/marimo/03_ask.py) | |
1030 | 1034 |
|
1031 | | -### Marimo Notebooks |
1032 | | - |
1033 | | -> Data is automatically downloaded on first use. No setup required unless collecting new companies directly from DART. |
| 1035 | +<details> |
| 1036 | +<summary>Run locally with Marimo</summary> |
1034 | 1037 |
|
1035 | 1038 | ```bash |
1036 | 1039 | uv add dartlab marimo |
1037 | | -marimo edit notebooks/marimo/dartCompany.py # Korean company (DART) |
1038 | | -marimo edit notebooks/marimo/edgarCompany.py # US company (EDGAR) |
1039 | | -marimo edit notebooks/marimo/aiAnalysis.py # AI analysis examples |
| 1040 | +marimo edit notebooks/marimo/01_company.py |
| 1041 | +marimo edit notebooks/marimo/02_scan.py |
| 1042 | +marimo edit notebooks/marimo/03_ask.py |
1040 | 1043 | ``` |
1041 | 1044 |
|
1042 | | -### Colab Notebooks |
1043 | | - |
1044 | | -**Showcase** (English — global audience): |
1045 | | - |
1046 | | -| Notebook | Topic | |
1047 | | -|---|---| |
1048 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/01_quickstart.ipynb) | **Quick Start** — analyze any company in 3 lines | |
1049 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/02_financial_analysis.ipynb) | **Financial Analysis** — statements, time series, ratios | |
1050 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/03_kr_us_compare.ipynb) | **Korea vs US** — Samsung vs Apple side-by-side | |
1051 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/04_risk_diff.ipynb) | **Risk Diff** — track disclosure changes (Bloomberg can't) | |
1052 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/05_sector_screening.ipynb) | **Sector Screening** — 8 presets, sector benchmarks | |
1053 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/06_insight_anomaly.ipynb) | **Insight & Anomaly** — 10-area grading, 6 anomaly rules | |
1054 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/07_network_governance.ipynb) | **Network & Governance** — corporate relationship graph | |
1055 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/08_signal_trend.ipynb) | **Signal Trends** — 48-keyword disclosure monitoring | |
1056 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/09_ai_analysis.ipynb) | **AI Analysis** — `dartlab.ask()` with 9 LLM providers | |
1057 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/showcase/10_disclosure_deep_dive.ipynb) | **Disclosure Deep Dive** — sections architecture | |
1058 | | - |
1059 | | -<details> |
1060 | | -<summary>한국어 Tutorials</summary> |
1061 | | - |
1062 | | -| Notebook | Topic | |
1063 | | -|---|---| |
1064 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/getting-started/quickstart.ipynb) | **빠른 시작** — sections, show, trace, diff | |
1065 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/tutorials/02_financial_statements.ipynb) | **재무제표** — BS, IS, CF | |
1066 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/tutorials/04_ratios.ipynb) | **재무비율** — 47개 비율 | |
1067 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/tutorials/06_disclosure.ipynb) | **공시 텍스트** — sections 파싱 | |
1068 | | -| [](https://colab.research.google.com/github/eddmpython/dartlab/blob/master/notebooks/tutorials/09_edgar.ipynb) | **EDGAR** — 미국 SEC | |
1069 | | - |
1070 | 1045 | </details> |
1071 | 1046 |
|
1072 | 1047 | ## Documentation |
|
0 commit comments