Skip to content

Commit

Permalink
docs(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Oct 23, 2024
1 parent 5926daf commit 98c1971
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Stencila VSCode Extension Demo

Welcome to the demo workspace for the Stencila VSCode extension 🎉!
## Launching the demo

::: create code to print current time
Welcome to the demo GitHub Codespace for the Stencila VSCode extension. You can launch the demo, in a data center near you, by clicking this button:

:::
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/stencila/demo-codespace)

## Interactive walkthroughs

When the Codespace is open we recommend trying one of our interactive walkthroughs. Press <kbd>F2</kbd> to bring up the Stencila command palette and select from one of the walkthroughs.

## Installed languages and packages

This Codespace include Python and R with popular data science packages installed:

- Python: `numpy`, `matplotlib`, `pandas`, `requests`

- R: `tidyverse`

If you'd like to try this demo with other languages or packages [create an issue](https://github.com/stencila/demo-codespace/issues/new), or submit a PR with changes to the [Dockerfile](https://github.com/stencila/demo-codespace/edit/main/.devcontainer/Dockerfile).

0 comments on commit 98c1971

Please sign in to comment.