pystitch / stitch

Write reproducible reports in Markdown
https://pystitch.github.io
MIT License
441 stars 20 forks source link

multiple pythonw.exe instances #70

Open ciengit opened 6 years ago

ciengit commented 6 years ago

I noticed that whenever I run stitch.convert through ipython, new pythonw.exe processes are created. This soon eats up my computer's memory if I do it multiple times. Is there a easy fix to this?

kiwi0fruit commented 6 years ago

I had the same problem with R processes that were spawned by Stitch. I fixed this in Knitty that has Stich inside it - but it has another CLI than Stitch.

I recommend trying Pandoctools that also has Stitch inside it but has a nice interface that's easy to use.