jbn / IPlantUML

A Python package which defines a PlantUML cell magic for IPython.
MIT License
95 stars 28 forks source link

Conversion message from plantweb seems sent to the jupyter output #19

Open jflalande opened 2 years ago

jflalande commented 2 years ago

Hello, I am trying to use plantuml in a jupyter notebook (jupyter 6.4.0). iplantuml process the Bob/Alice example fine but it also prints this message just before the svg output:

Writing output for /home/jf/gitCours/MCS_python/jupyter/ada01c00-65da-4b72-8c8d-df573196bc2d.uml to ada01c00-65da-4b72-8c8d-df573196bc2d.svg

It seems that this message is generated by plantweb, when I tested it in command line. I think that iplantuml should not forward this to the output, just the svg. No ? Below the screenshot of my test. Regards. Capture d’écran du 2021-08-04 23-44-17

melaasar commented 10 months ago

I have the same issue. Any way to remove this message?

w15p commented 3 months ago

Just adding my +1 -- same issue and I'd like to be able to suppress this for documentation generation.