Skip to content

Commit 6033fbf

Browse files
committed
Downgrade JupyterLab to fix link appearance
See <jupyter-book/jupyterlab-myst#248>
1 parent bab5912 commit 6033fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- "nodefaults"
44
dependencies:
55
- "python>=3.12"
6-
- "jupyterlab>=4.4.2"
6+
- "jupyterlab~=4.2.7" # Downgraded to enable links to be visible again. See <https://github.com/jupyter-book/jupyterlab-myst/issues/248>
77
- "jupyterlab-favorites"
88
- "jupyter-collaboration"
99
- "jupyter-server-proxy"

0 commit comments

Comments
 (0)