Skip to content

Commit 98e5878

Browse files
committed
Replace pairing references with links to jupyterlab_myst.
1 parent 558d73e commit 98e5878

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ used in the main NumPy documentation has two reasons:
6767

6868
You may notice our content is in markdown format (`.md` files). We review and
6969
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
70-
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`). If you want
71-
to sync your `.ipynb` to your `.md` file follow the [pairing
72-
tutorial](content/pairing.md).
70+
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
71+
If you want to author `MyST` notebooks in jupyterlab, check out the
72+
[jupyterlab_myst](https://mystmd.org/guide/quickstart-jupyter-lab-myst) extension!
73+
7374

7475
### Adding your own tutorials
7576

site/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ used in the main NumPy documentation has two reasons:
4141
You may notice our content is in markdown format (`.md` files). We review and
4242
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
4343
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
44-
If you want to sync your `.ipynb` to your `.md` file follow the [pairing
45-
tutorial](content/pairing).
44+
If you want to author `MyST` notebooks in jupyterlab, check out the
45+
[jupyterlab_myst](https://mystmd.org/guide/quickstart-jupyter-lab-myst) extension!
4646

4747
## Adding your own tutorials
4848

0 commit comments

Comments
 (0)