5 lines
292 B
Plaintext
5 lines
292 B
Plaintext
|
# Add R mimetype to specify how the plot returns from R to the browser.
|
||
|
# https://notebook.community/andrie/jupyter-notebook-samples/Changing%20R%20plot%20options%20in%20Jupyter
|
||
|
|
||
|
options(jupyter.plot_mimetypes = c('text/plain', 'image/png', 'image/jpeg', 'image/svg+xml', 'application/pdf'))
|