tskit-dev / tutorials

A set of tutorials for msprime and tskit.
Creative Commons Attribution 4.0 International
17 stars 14 forks source link

tutorials

A set of tutorials for the tskit ecosystem build using Jupyter Book, served up at https://tskit.dev/tutorials/.

Merges to this repo will trigger a rebuild of the tskit.dev web site via an action on the tskit-site repository: look there for any deployment issues.

Under construction

These are quick notes for developers while the real developers page is under construction.

Requirements

Install the Python requirements from requirements.txt:

$ python -m pip install -r requirements.txt

You will also need a working R installation with reticulate and irkernel installed. This command should do the trick:

$ R -e 'install.packages(c("reticulate", "IRkernel")); IRkernel::installspec()'

Building tutorials

If you have an idea for a tutorial, please open an issue to discuss.