Added jupyter docker files

This commit is contained in:
2022-10-01 17:30:14 -07:00
commit cd49935e33
16 changed files with 904 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# 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'))