Questions tagged [embedpy]
2 questions
0
votes
3 answers
"ERROR: Could not build wheels for pyq which use PEP 517 and cannot be installed directly" when installing PyQ?
I'm wondering if anyone has encountered any similar errors when attempting to install PyQ for Windows? I've tried both Anaconda and the Windows prompt and there doesn't appear to be any difference in the errors produced.
Any help is much…

StackPro_1111
- 49
- 5
0
votes
2 answers
Imaging plotly figure as image in jupyterq using embedpy
When I try t display a plotly graph from pyhton as image that works fine
import plotly.express as px
from IPython.display import Image
fig = px.scatter(x=range(10), y=range(10))
Image(fig.to_image(format="png"))
However, when I try the same via…

chrise
- 4,039
- 3
- 39
- 74