An open API service indexing awesome lists of open source software.

https://github.com/stencila/examples

Stencila examples
https://github.com/stencila/examples

Last synced: 9 months ago
JSON representation

Stencila examples

Awesome Lists containing this project

README

          

## Stencila Examples

[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.stenci.la)
[![Chat](https://badges.gitter.im/stencila/stencila.svg)](https://gitter.im/stencila/stencila)

This repository is for examples of Stencila Documents and Sheets. Contributions and ideas welcome!

- [`hello-world`](hello-world): a simple 'Hello world' document repeated using alternative formats supported by Stencila
- [`mtcars`](mtcars): yet another R "mtcars" example illustrating use of a range input to create an adjustable plot
- [`chinook`](chinook): analyzing data from a digital media store using SQLite and R
- [`diamonds`](diamonds): illustrates how data can be passed between multiple languages embedded within a single document
- [`rodents`](rodents): mimics a (very small) journal article embedding figures and tables generated using R
- [`r-spreadsheet`](r-spreadsheet): a simple example of using R functions in Stencila Spreadsheets

Stencila is still in early beta. You can download and open these documents using the [Stencila Desktop](https://github.com/stencila/desktop/releases).

We :heart: your feedback and pull requests! Please feel free to ask questions and tell us what you think on
the [Stencila Community Forum](https://community.stenci.la/) or [Gitter chat channel]((https://gitter.im/stencila/stencila)).

Please note that support for many of file formats in this repository (e.g. RMarkdown, Jupyter Notebooks) is proof-of-concept only. We will do further work on the implementations of [converters](https://github.com/stencila/convert) for these formats once Stencila's internal format is finalised.