We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d98ffd commit 0c8e33cCopy full SHA for 0c8e33c
docker/environment.yml
@@ -41,6 +41,7 @@ dependencies:
41
# Publishing
42
- "mystmd"
43
- "typst"
44
+ - "jupyter-myst-build-proxy >=0.5.0"
45
46
# Testing and validation
47
- "ruff"
@@ -52,8 +53,3 @@ dependencies:
52
53
54
# Infrastructure
55
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
-
56
- # Pip-only dependencies... ideally we get these on conda-forge.
57
- - "pip"
58
- - pip:
59
- - "jupyter-myst-build-proxy >=0.5.0"
0 commit comments