Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Plotly is an interactive graphing library. Azure Databricks supports Plotly 2.0.7. To use Plotly, install the Plotly PyPI package and attach it to your cluster.
Note
Inside Azure Databricks notebooks we recommend using Plotly Offline. Plotly Offline may not perform well when handling large datasets. If you notice performance issues, you should reduce the size of your dataset.
To display a Plotly plot:
- Specify
output_type='div'as an argument to the Plotlyplot()function. - Pass the output of the
plot()function to DatabricksdisplayHTML()function.
Notebook example: Plotly
The following notebook shows a Plotly example.