Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Embed Databricks apps in other web applications using an HTML iframe element. To embed an app, specify the app URL as the src attribute in an iframe tag.
Requirements
- Users viewing the embedded app must be authenticated Azure Databricks users.
- Users must have the appropriate permissions to access the app. See Configure permissions for a Databricks app.
- The app must be running and accessible in the workspace.
Example
<iframe src="https://your-workspace.databricks.com/apps/your-app-name" width="100%" height="600px" frameborder="0">
</iframe>
Replace your-workspace with your actual workspace URL and your-app-name with the name of your app.