Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.