How to get a pdf output from jupyter embedding with user uploaded/imported image? that means those images are not a r generated chart/map.
Does anybody knows how we can generate pdf includes user imported image (i.e Not R generated charts/maps) from jupyter notebook for R?
Hi @sumendar
You can use TEX for generating PDF images from R
https://www.tug.org/begin.html
This will have a steep learning curve, but at the end generating PDFs will be a piece of cake
Regards,
Anant