From de056828d636501a109adfd595da06cb9db3bf34 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Tue, 10 Feb 2026 09:50:03 +0000 Subject: [PATCH] Update README with notebook linking instructions Added instructions for linking individual notebooks. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2305e45..16541c3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This is the source repository for notebooks hosted at https://tskit.dev/explore/ +Individual notebooks can be linked using their name, e.g. + +https://tskit.dev/explore/lab/?path=tskit.ipynb + These notebooks run JupyterLite as a static site, with compiled versions of the lastest versions of tskit and msprime. They therefore provide pyodide access to the most recent released versions of these libraries. Notebooks can be used in any modern browser: - How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html