Can we implemet this plotly dash in azure databricks notebook as interactive dashboards

can we implement this plotly dash in azure databricks notebook as interactive dashboards or only in local visual studio code or local jupyter notebook, As i want to try and create interactive dashboard using python , but my tables are in azure databricks , i want to read those azure databricks tables in azure databricks notebook , but in adb , when i open this url http://127.0.0.1:8050/ , i am getting error as This site can’t be reached

127.0.0.1 refused to connect.

Try:

ERR_CONNECTION_REFUSED please help me with this issue

Hi @paladugu_sravanthi
Welcome to the community. Are you referring to the warm Dash sandbox you saw in the course?

Yes adam which is there in the course

Hi @paladugu_sravanthi ,
hat platform is mainly for testing quick Dash apps, more like building a proof of concept. I wouldn’t use it for connecting to your data on azure databricks. You can probably use open source Dash and Plotly to build the app and then bring your data into the app from the tables located in azure databricks. You can find more information in our docs.