Docs home page
English
Search...
⌘K
Blog
Website
Website
Search...
Navigation
<Embed />
Guides
Reference
Troubleshooting
Changelog
Connectors
Code Snippets
Components
Getting Started
Introduction
Installation
Quick Start
Building AI App
Deploy
Framework
Framework Overview
Alias
Building the Backend
Building Frontend
Environment Variables
Data Connector
Variables
Role-based Access Control
Updating the Project
Deployment
Customizing the Runtime Environment
Environment Variables
Enable Public Access
Tutorials: Data Analysis
Build a BI app using Pygwalker
Build a sophisticated dashboard using Plotly
Tutorials: LLM Apps
Create a chat app
AI Chat generates and executes code
Advanced
API Key
Built-in PostgreSQL
Self-Hosting LLM with Ollama
Version Migration Guide
Connectors
On this page
プロパティ
<Embed />
Embedコンポーネントは、Python関数の実行結果がHTMLの場合に、そのHTMLを表示します。
Copy
<
Embed
loadData
=
"visualize_py"
height
=
{
300
}
/>
プロパティ
loadData
string
required
Python関数やSQLファイルの name
variables
{ [key: string]: any }
Python関数やSQLファイルに渡す変数。
defineState()
関数 を使って宣言してください。
height
number
テーブルの高さ。単位はpxです。
Assistant
Responses are generated using AI and may contain mistakes.