Darek
Darek
Since we have a [recipe](https://github.com/Bidek56/docker-stacks/blob/main/docs/using/recipes.md#enable-delta-lake-in-spark-notebooks) for Delta.io already, I would probably agree that we can close this issue.
@harschware Is this still an issue? Thx
Any reason to use `/opt/conda/lib/R/etc/Rprofile.site` instead of `~/.Rprofile`? Thx
I do not know much about R but based on this [article](https://notebook.community/andrie/jupyter-notebook-samples/Changing%20R%20plot%20options%20in%20Jupyter) we can set the plot_mimetypes right in the code. Why would we want to set them globally for...
Why set these at all? Why not add a documentation line showing users how to add this line to their notebook: `options(jupyter.plot_mimetypes = "image/svg+xml") `
> 1. I don't like copy-pasting the profile file. I suggest we add it to `minimal-notebook`. Are you saying that you are OK with adding `/opt/conda/lib/R/etc/Rprofile.site`, `~/.Rprofile` or neither? Thx
> > Why set these at all? Why not add a documentation line showing users how to add this line to their notebook: `options(jupyter.plot_mimetypes = "image/svg+xml")` > > Removing `inkscape`...
> What's the status of this PR? I am trying to create tests as per your request but unfortunately I do not know enough about it.
@benz0li @mathbunnyru I have added basic R tests, unfortunately I do not know enough about `ggplot2` to add more advance tests. Feel free to add more sophisticated tests or share...
> Which code duplication? In the tests?