From 2647ed4ef6a7e10825933ed560899e255f562d1b Mon Sep 17 00:00:00 2001
From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com>
Date: Fri, 11 Oct 2024 10:32:10 -0400
Subject: [PATCH] add jupyterlab-myst to local install

---
 environment.yml                    | 1 +
 napari-workshops/notebook_setup.md | 2 +-
 requirements.txt                   | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 52c24a0..f8bd282 100644
--- a/environment.yml
+++ b/environment.yml
@@ -4,6 +4,7 @@ channels:
 dependencies:
   - jupyterlab
   - jupytext
+  - jupyterlab-myst
   - napari
   - pyqt
   - jupyter-book
diff --git a/napari-workshops/notebook_setup.md b/napari-workshops/notebook_setup.md
index 905f225..a6b00c1 100644
--- a/napari-workshops/notebook_setup.md
+++ b/napari-workshops/notebook_setup.md
@@ -53,7 +53,7 @@ conda activate napari-workshop
 ````
 
 ```bash
-conda install jupytext
+conda install jupytext jupyterlab-myst
 ```
 
 
diff --git a/requirements.txt b/requirements.txt
index 9a153d5..5e5b3f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
 jupyter-book
 jupyterlab
 jupytext
+jupyterlab-myst
 napari[all]