Display Visual Python in Power BI

Asked

Viewed 71 times

-1

When using the matplotlib library in Power BI the following error message appears: "Python’s process ended unexpectedly, so the look cannot be displayed. Try running it again." How to solve this problem?

# dataset = pandas.DataFrame(Japan, Year)
# dataset = dataset.drop_duplicates()

import matplotlib.pyplot as plt

plt.Plot(dataset. Year, dataset.Japan)

plt.show()

Erro Power BI

inserir a descrição da imagem aqui inserir a descrição da imagem aqui

1 answer

0

The solution I found: Create a new Nvironment within Anaconda Navigator and use it as a Powerbi directory

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.