forked from IRkernel/irkernel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 1.41 KB
/
index.html
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
---
layout: default
title: Documentation
class: docs
---
<div style="display:flex; flex-direction: row; flex-wrap: wrap">
<div class="mdl-card mdl-shadow--2dp" style="width:15rem; margin: 1rem">
<div class=mdl-card__title>
<h2 class=mdl-card__title-text>IRkernel</h2>
</div>
<div class=mdl-card__supporting-text>
Install and run an R kernel for Jupyter
</div>
<div class="mdl-card__actions mdl-card--border">
<a href=IRkernel/ class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
Go to the docs
</a>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp" style="width:15rem; margin: 1rem">
<div class=mdl-card__title>
<h2 class=mdl-card__title-text>IRdisplay</h2>
</div>
<div class=mdl-card__supporting-text>
Use Jupyter’s rich content display from a running R kernel
</div>
<div class="mdl-card__actions mdl-card--border">
<a href=IRdisplay/ class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
Go to the docs
</a>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp" style="width:15rem; margin: 1rem">
<div class=mdl-card__title>
<h2 class=mdl-card__title-text>repr</h2>
</div>
<div class=mdl-card__supporting-text>
Create rich representations for R objects
</div>
<div class="mdl-card__actions mdl-card--border">
<a href=repr/ class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
Go to the docs
</a>
</div>
</div>
</div>