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 c3383a6 commit e901541Copy full SHA for e901541
docker/environment.yml
@@ -48,7 +48,10 @@ dependencies:
48
- "gh"
49
- "gh-scoped-creds"
50
51
+ # Infrastructure
52
+ - "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
53
+
54
# Pip-only dependencies... ideally we get these on conda-forge.
55
- "pip"
56
- pip:
- - "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