Kitchen sink: a project with everything in it for testing.
Blank: blank text and spreadsheet documents, mainly for testing.
Mini: text and spreadsheet documents with some code cells written in Mini, Stencila's simple embedded language.
R spreadsheet: a sheet with R code in it's cells
Star Wars: a sheet with example data from Star Wars
Jupyter Notebook: an example of a Jupyter notebook convetered into a Stencila project
R Markdown: an example of a R Markdown document convetered into a Stencila project
These examples of Stencila documents are intended for testing and demoing. Expect bugs, missing features and general annoyances! And, when you find them, please let use know at https://community.stenci.la/ or https://github.com/stencila/stencila/issues
Some examples use external code cells (e.g. in R or SQL). To execute them you will need to have an external Stencila Host running:
http://alpha.stenci.la?ticket=XXXXXXXX with a valid access ticket (ask us for that).
&peers=http://cloud.stenci.la?ticket=XXXXXXXX to the end of each example's URL. Ask us for a ticket.
docker run -p 2100:2000 stencila/core
Then append &peers=http://localhost:2100 to the end of each example's URL