cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable interactive Python matplotlib figures in DataBricks?

eabouzeid
New Contributor III

I want to make a matplolib interactive (I can zoom in/out, etc.) in databricks. This is achieved in Jupyter notebook by the following code:

 %matplotlib notebook

How to achieve this in databricks?

Thank you

8 REPLIES 8

Manoj12421
Valued Contributor II

Import ​matplotlib.pylot

eabouzeid
New Contributor III

I wish it was that simple. "Import matplotlib.pyployt" allow you to plot but as static plots. I need an interactive plot.

Manoj12421
Valued Contributor II

This can help you to import and use use according to your need​

Anonymous
Not applicable

Hi @Elias Abou Zeid​ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

Hi @Elias Abou Zeid​,

Did you have time to test @Kaniz Fatma​ recommendation? do you still need help? please let us know

I have tried %matplotlib inline , it does not work the plot remains static

amu
New Contributor II

Hi there, while facing a similar issue we switched to Altair python library and it works great with Databricks. (other options can be Bokeh or Plotly).

eabouzeid
New Contributor III

Thanks @Andrii Muzychuk​.  I already have a complex interactive plot function developed using matplotlib under jupyter. I imported to Databricks, but unfortunately for now I have not figured out a way to make it work interactively in DataBricks. Instead of re-writing it from scratch is there a way to convert a matplotlib figure to Altair ( I have tried plotly mpl_to_plotly but it does not work properly for my plot).?

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group