02-09-2023 08:54 AM
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
02-09-2023 11:01 AM
Import matplotlib.pylot
02-09-2023 12:22 PM
I wish it was that simple. "Import matplotlib.pyployt" allow you to plot but as static plots. I need an interactive plot.
02-09-2023 11:02 AM
This can help you to import and use use according to your need
02-12-2023 10:55 PM
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!
03-01-2023 10:39 AM
Hi @Elias Abou Zeid,
Did you have time to test @Kaniz Fatma recommendation? do you still need help? please let us know
03-02-2023 10:08 AM
I have tried %matplotlib inline , it does not work the plot remains static
03-02-2023 11:48 PM
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).
03-03-2023 05:40 AM
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).?
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