ploomber report --> gives me an error , ValueEr...
# ask-anything
n
ploomber report --> gives me an error , ValueError: Error when using d3 backend: expected a path with extension .html, but got: '/tmp/tmpmojk06x4.png', please change the extension
e
Ah, thanks for reporting this! This definitely looks like a bug. Can you open an issue? We introduced a new D3 backend but I forgot to integrate it with the report functionality
e
thanks! we'll work on it. in the meantime, if you want to generate the plot, you can use
ploomber plot
, and for the summary table
ploomber status
n
ya , am using the same ..
technically , i have a production system which runs a pipeline and send's the report over email.
are we also working on the plot beautification ..
e
alright, you can downgrade to ploomber 0.18.1,
ploomber report
should work there. any feedback on the report? (things we should include, remove, change)
n
Copy code
ploomber plot
saves the pipeline in HTML format
e
you can change to use pygraphviz with
ploomber plot --backend pygraphviz
n
am not able to install pygraphviz using pip
any idea of what could be the reason **
e
it's probably because you don't have graphviz, which is not pip-installable. check this out https://docs.ploomber.io/en/latest/user-guide/faq_index.html#conda-simplest
graphviz is required to make _py_graphviz work 😅