Posts by Matheus Nunes • 71 points
3 posts
-
0
votes1
answer71
viewsA: Display Visual Python in Power BI
The solution I found: Create a new Nvironment within Anaconda Navigator and use it as a Powerbi directory…
-
-1
votes1
answer71
viewsQ: Display Visual Python in Power BI
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…
-
7
votes1
answer5112
viewsQ: How to detect what are the common points between two circles?
I need assistance for the following program: Receive from the keyboard the equations of two circles: c1= X^2+y^2+ax+by+c=0 c2= X^2+y^2+a2=x+by+c=0 and show if the circles have points in common,…