Hi,
I am quite new to working with Databricks in VS code. I am trying to figure out the best way to plot my data, when running on a cluster. I would like to have the possibility to zoom and move the plot as I have when plotting locally with Matplotlib, but my data is loaded using Databricks.
Do I need to save the data locally and run the plotting locally as well or does anyone have a smart solution to this? 😄