cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Plotting using Databricks in VS code

APKS
New Contributor

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? ๐Ÿ˜„

1 REPLY 1

Kaniz
Community Manager
Community Manager

Hi @APKSTo plot your data when running on a Databricks cluster, you can use the %matplotlib inline magic command in a notebook cell. This will allow you to use Matplotlib to create plots and display them inline in the notebook.