Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
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.