Skip to content

Commit e901541

Browse files
authored
Add jupyter-server-proxy (#22)
1 parent c3383a6 commit e901541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ dependencies:
4848
- "gh"
4949
- "gh-scoped-creds"
5050

51+
# Infrastructure
52+
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
53+
5154
# Pip-only dependencies... ideally we get these on conda-forge.
5255
- "pip"
5356
- pip:
54-
- "jupyter-myst-build-proxy"
57+
- "jupyter-myst-build-proxy" # Automatic build and proxying of MyST sites, triggered by requests to `$PREFIX/myst-build/$PATH_TO_MYST_PROJECT`

0 commit comments

Comments
 (0)