Plotting using Databricks in VS code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 12:24 AM
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? 😄