From 9b46263f85f1299abdb3cce3ae6e584e4c6fb3c1 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 1 Dec 2025 13:05:32 -0700 Subject: [PATCH 1/2] Downgrade jupyterlab-favorites to resolve bug with duplicated markdown headers in Notebooks See: --- docker/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/environment.yml b/docker/environment.yml index d5c6fd6..7097646 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -6,7 +6,7 @@ dependencies: - "jupyterlab>=4.4.2" # Some cool extensions - - "jupyterlab-favorites" + - "jupyterlab-favorites <3.3.0" # 3.3.0 seems to introduce a bug duplicating headers in Notebook Markdown cells (https://jupyter.zulipchat.com/#narrow/channel/103349-ask-anything/topic/Duplicated.20headings.20in.20Markdown.20cells.3F/with/561263040) - "jupyter-collaboration>=3,<4" - "jupyter-server-proxy" - "jupyterlab-myst" From 2ef83cab5076ff15737df8f6900c77ffc85ec2d8 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 1 Dec 2025 13:32:53 -0700 Subject: [PATCH 2/2] Update URL to point at new GitHub issue --- docker/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/environment.yml b/docker/environment.yml index 7097646..bd5345e 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -6,7 +6,7 @@ dependencies: - "jupyterlab>=4.4.2" # Some cool extensions - - "jupyterlab-favorites <3.3.0" # 3.3.0 seems to introduce a bug duplicating headers in Notebook Markdown cells (https://jupyter.zulipchat.com/#narrow/channel/103349-ask-anything/topic/Duplicated.20headings.20in.20Markdown.20cells.3F/with/561263040) + - "jupyterlab-favorites <3.3.0" # 3.3.0 seems to introduce a bug duplicating headers in Notebook Markdown cells (https://github.com/jupyterlab-contrib/jupyterlab-favorites/issues/35) - "jupyter-collaboration>=3,<4" - "jupyter-server-proxy" - "jupyterlab-myst"