A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/stencila/stencila/tree/v1 below:

GitHub - stencila/stencila at v1

This is the main repository of Stencila, a platform for authoring, collaborating on, and publishing executable documents.

Stencila is comprised of several open source packages, written in a variety of programming languages. This repo acts as an entry point to these other packages as well as hosting code for our desktop and CLI tools.

We 💕 contributions! All types of contributions: ideas 🤔, examples 💡, bug reports 🐛, documentation 📖, code 💻, questions 💬. If you are unsure of where to make a contribution feel free to open a new issue or discussion in this repository (we can always move them elsewhere if need be).

For documentation, including demos and reference guides, please go to our Help site https://help.stenci.la/. That site is developed in the help folder of this repository and contributions are always welcome.

If you don't want to install anything, or just want to try out Stencila, https://hub.stenci.la is the best place to start. It's a web application that makes all our software available via intuitive browser-based interfaces. You can contribute to Stencila Hub at stencila/hub.

If you'd prefer to use Stencila on your own computer, the Stencila Desktop is a great place to start. It is still in the early stages of (re)development but please see the desktop folder for its current status and how you can help out!

The CLI is is early stages of development (all contributions welcome!). We don't necessarily recommend installing it yet, but if you are an early adopter, we'd also appreciate any feedback 💖. You can download standalone binaries for MacOS, Windows or Linux from the latest release.

To install the latest release download stencila-<version>-x86_64-pc-windows-msvc.zip from the latest release and place it somewhere on your PATH.

To install the latest release in /usr/local/bin just use,

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash

To install a specific version, append -s vX.X.X. Or, if you'd prefer to do it manually, download stencila-<version>-x86_64-apple-darwin.tar.gz from the one of the releases and then,

tar xvf stencila-*.tar.gz
sudo mv -f stencila /usr/local/bin # or wherever you prefer

To install the latest release in ~/.local/bin/ just use,

curl -L https://raw.githubusercontent.com/stencila/stencila/master/install.sh | bash

To install a specific version, append -s vX.X.X. Or, if you'd prefer to do it manually, download stencila-<version>-x86_64-unknown-linux-gnu.tar.gz from the one of the releases and then,

tar xvf stencila-*.tar.gz
mv -f stencila ~/.local/bin/ # or wherever you prefer

Get started by consulting the built-in help:

The CLI is developed in the ../rust folder. See there for more details.

The stencila Hub, Desktop and CLI all rely on plugins to provide much of their functionality. You can install plugins using the stencila Desktop or CLI tool using it's name or an alias,

stencila plugins install <name or alias>

The following table lists the main plugins. These plugins are in various stages of development and not all of them are compatible with the Desktop and CLI. Generally, it won't be worth installing them prior to v1 and coverage of at least 90%.

🚨 We are the process of deprecating the "executor" plugins rasta, pyla and jesta and instead focussing on a tighter integration with Jupyter kernels by way of porting the functionality in jupita into the core Rust library.

You can use Stencila as a Docker image. We provide several images of varying sizes and capabilities. All include the stencila CLI as the image ENTRYPOINT but add varying numbers of plugins and packages.

At present the number of images listed below is limited. We plan to move the generic images e.g. stencila/executa-midi (which are currently built in the dockta repository), to this repository as we reach plugin compatibility for the relevant language packages.

If you prefer, you can use Stencila from within your favorite programming language. Some of these language bindings are in an early, proof-of-concept state and are likely to be developed further only based on demand. If your favorite language is missing, or you would like to help us develop the bindings, let us know!

Language Bindings Status Node node In-development (used for Desktop) Python python Experimental R r Experimental

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4