From 4debe289167cc4a9667307812b24b5078e1a02e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 12 Dec 2024 10:55:18 -0800 Subject: [PATCH] DOC: using a more appropriate link describing markdown notebooks --- 00_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00_SETUP.md b/00_SETUP.md index 499fe13..f48eb81 100644 --- a/00_SETUP.md +++ b/00_SETUP.md @@ -149,7 +149,7 @@ the notebooks. ## 8. Handling Notebooks in MyST-Markdown format -The Jupyter notebooks in this repository are in [MyST-Markdown format](https://myst-nb.readthedocs.io/en/stable/). +The Jupyter notebooks in this repository are in [MyST-Markdown format](https://mystmd.org/guide/notebooks-with-markdown). The [jupytext](https://jupytext.readthedocs.io/en/latest/index.html) package is included in your `navo-env` environment to work with these notebooks. Note that the `jupytext` package has to be installed before your Jupyterlab session starts.