| jupyter_option_defaults | R Documentation |
Jupyter speaks a JSON+ZMQ protocol to a 'kernel' which is responsible for executing code. This package is a kernel for the R language.
jupyter_option_defaults
An object of class list of length 7.
The following can be set/read via options(opt.name = ...) / getOption('opt.name')
jupyter.log_level1L (errors), 2L (warnings), or 3L (debug). 1L is the default.
jupyter.pager_classesClasses to use the pager for instead of displaying them inline. Default: help pages
jupyter.in_kernelTRUE if this code is executed in a running kernel. Set to pretend being/not being in a kernel
jupyter.rich_displayUse more than just text display
jupyter.display_mimetypesThe formats emitted when any return value is to be displayed (default: all mimetypes listed here)
jupyter.plot_mimetypesThe plot formats emitted to the frontend when a plot is displayed. (default: image/png and application/pdf)
jupyter.plot_scaleThe ratio (notebook PPI / repr.plot.res).
E.g.: With the defaults repr.plot.res=120 px/in (PPI) and jupyter.plot_scale=2,
a 1in\times1in image will be displayed as a 0.5in\times0.5in, 240 PPI image.
(default: 2, fit for retina displays)
installspec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.