โ03-24-2022 05:23 PM
Hi , I have run this code
import matplotlib.pyplot as plt
import numpy as np
plt.style.use('bmh')
%matplotlib inline
x = np.array([5,7,8,7,2,17,2,9,4,11,12,9,6])
y = np.array([99,86,87,88,111,86,103,87,94,78,77,85,86])
p= plt.scatter(x, y)
display
command runs but no result is showing . I am using databricks 7.6 version any help will be greatly appreciated
โ03-25-2022 03:22 AM
I think you need to upgrade runtime as I've just tested it and it worked like a charm ๐
โ03-25-2022 03:22 AM
โ03-25-2022 09:26 AM
can you please explain upgrade runtime? i again try the same command but it show nothing the command execute successfully
โ03-25-2022 09:42 AM
i am using 7.3 LTS ML (includes Apache Spark 3.0.1, Scala 2.12)
can you please tell which version are you using
โ03-25-2022 11:59 AM
I got it to work on 9.1 LTS
โ03-28-2022 07:01 AM
Great to hear. I was using 10.4
โ04-08-2022 04:43 AM
โ04-25-2022 02:36 PM
Hi @Syed Ubaidโ ,
Just a friendly follow-up. Do you still need help or any of the responses from above help you to resolved your issues? Please let us know.
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