From 5449a39d880ff14f4e5f30dfab937cda04135e86 Mon Sep 17 00:00:00 2001 From: Frankie Robertson Date: Mon, 9 Mar 2026 12:05:37 +0200 Subject: [PATCH] Add myst-nb for new Sphinx exercise --- environment.yml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index c623f5e..63780e6 100644 --- a/environment.yml +++ b/environment.yml @@ -10,6 +10,7 @@ dependencies: - jupyterlab-git=0.51.4 - matplotlib=3.10.8 - myst-parser=5.0.0 + - myst-nb=1.4.0 - nbdime=4.0.2 - numpy=2.4.1 - pandas=3.0.0 diff --git a/requirements.txt b/requirements.txt index 3221276..310f563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ jupyterlab==4.5.3 jupyterlab-git==0.51.4 matplotlib==3.10.8 myst-parser==5.0.0 +myst-nb==1.4.0 nbdime==4.0.2 numpy==2.4.1 pandas==3.0.0