C2DH / jdh-notebook

A collection of Jupyter notebooks for the Journal of Digital History
https://journalofdigitalhistory.org
GNU Affero General Public License v3.0
4 stars 1 forks source link

Look at Rdisplay for R notebook to be able to display cover image #57

Closed eliselavy closed 2 years ago

eliselavy commented 2 years ago

Look at here:

https://cran.r-project.org/web/packages/IRdisplay/IRdisplay.pdf

eliselavy commented 2 years ago

library("IRdisplay") display_png(file="cover.png")

eliselavy commented 2 years ago

https://github.com/IRkernel/IRdisplay