NeaS
Progetto NeaS: weblog, notizie e tutorialsArgomento ▸ test
RMD example
Advertisement :) - pica - high quality and fast image resize in browser. - babelfish - developer friendly i18n with plurals support and easy syntax. You will like those projects! h1 Heading 8-) h2 Heading h3 Heading h4 Heading h5 Heading h6 Heading Horizontal Rules Typographic replacements Enable typographer option to see result. (tm) (TM) (p) (P) +- test.RMD python
Advertisement :) |
- pica - high quality and fast image resize in browser. - babelfish - developer friendly i18n with plurals support and easy syntax. |
You will like those projects! |
h1 Heading 8-)
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
library(reticulate)
plot(rnorm(100),rnorm(100,2,4))
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()