R/jupyter-utils.R
set_plot_size.Rd
Set plot size for jupyter IRKernel
set_plot_size(width, height)
width of the plot
height of the plot
# run inside a jupyter notebook set_plot_size(10, 5) plot(1:10)