If I run "asy -f pdf cv2.asy" in Ubuntu it just creates the pdf file. If I run it in the terminal or as a process in python in Win 10 it also opens the pdf file in a viewer. I don't want to do this. I am converting the pdf file to a png file so I can insert it in a Jupyter notebook. Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The default of -V under MSDOS is what most MSDOS users expect, as described in the manual; you can override this with -noV:
In interactive mode, or when given the -V option (the default when running Asymptote on a single file under MSDOS), Asymptote will automatically invoke the PostScript viewer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I run "asy -f pdf cv2.asy" in Ubuntu it just creates the pdf file. If I run it in the terminal or as a process in python in Win 10 it also opens the pdf file in a viewer. I don't want to do this. I am converting the pdf file to a png file so I can insert it in a Jupyter notebook. Any suggestions?
The default of -V under MSDOS is what most MSDOS users expect, as described in the manual; you can override this with -noV:
In interactive mode, or when given the -V option (the default when running Asymptote on a single file under MSDOS), Asymptote will automatically invoke the PostScript viewer