IRdisplay-options {IRdisplay} | R Documentation |
IRdisplay options
Description
Some options to control the formats display
and prepare_mimebundle
emit,
and the function they use to display them.
Usage
irdisplay_option_defaults
Format
An object of class list
of length 3.
Options
jupyter.display_mimetypes
-
The default is all MIME types supported by Jupyter.
jupyter.base_display_func
-
Function used by
display
and alldisplay_<text>
/display_<image>
functions. Has the signaturefunction(data, metadata = NULL)
. Per default emits awarning
, and is set when running anIRkernel
. jupyter.clear_output_func
-
Function used by
clear_output
. Has the signaturefunction(wait = TRUE)
. Per default emits awarning
, and is set when running anIRkernel
.
[Package IRdisplay version 1.1 Index]