-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathIRkernel.html
More file actions
77 lines (51 loc) · 2.18 KB
/
Copy pathIRkernel.html
File metadata and controls
77 lines (51 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: raw
title: 'IRkernel · IRkernel 0.7'
docindex: IRkernel
---
<h1>An R kernel for Jupyter.</h1>
<div class="row">
<div class="span8">
<h2>Usage</h2>
<pre><span class="symbol">jupyter_option_defaults</span></pre>
<div class="Format">
<h2>Format</h2>
<p>An object of class <code>list</code> of length 6.</p>
</div>
<div class="Description">
<h2>Description</h2>
<p>Jupyter speaks a JSON+ZMQ protocol to a 'kernel' which is responsible for executing code.
This package is a kernel for the R language.</p>
</div>
<div class="Options">
<h2>Options</h2>
<p></p>
<p>The following can be set/read via <code>options(opt.name = ...)</code> / <code>getOption('opt.name')</code></p>
<p><dl>
<dt><code>jupyter.log_level</code></dt><dd>1L (errors), 2L (warnings), or 3L (debug). 1L is the default.</dd></p>
<p><dt><code>jupyter.pager_classes</code></dt><dd>Classes to use the pager for instead of displaying them inline. Default: help pages</dd></p>
<p><dt><code>jupyter.in_kernel</code></dt><dd><code>TRUE</code> if this code is executed in a running kernel. Set to pretend being/not being in a kernel</dd></p>
<p><dt><code>jupyter.rich_display</code></dt><dd>Use more than just text display</dd></p>
<p><dt><code>jupyter.display_mimetypes</code></dt><dd>
The formats emitted when any return value is to be displayed
(default: all mimetypes listed <a href = 'http://ipython.org/ipython-doc/stable/api/generated/IPython.core.formatters.html#IPython.core.formatters.format_display_data'>here</a>)
</dd></p>
<p><dt><code>jupyter.plot_mimetypes</code></dt><dd>
The plot formats emitted to the frontend when a plot is displayed.
(default: image/png, application/pdf, and image/svg+xml)
</dd></p>
<p></dl></p>
<p></p>
</div>
</div>
<div class="span4 sidebar">
<!-- <ul>
<li>IRkernel</li><li>IRkernel-options</li><li>IRkernel-package</li><li>jupyter_option_defaults</li>
</ul>
<ul>
<li>datasets</li>
</ul> -->
<h2>See also</h2>
<p><a href="installspec.html">installspec</a></p>
</div>
</div>