File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ few seconds, and then you'll see your fully-built MyST site!
3939
4040### Tradeoffs
4141
42- Unfortunately, this extension uses the ` myst build --html ` command instead of `myst
42+ This extension uses the ` myst build --html ` command instead of `myst
4343start`
4444([ read more here] ( https://github.com/ryanlovett/jupyter-myst-build-proxy/issues/8 ) ).
4545As a consequence, builds are not triggered automatically when edits are performed.
@@ -52,6 +52,9 @@ Builds are triggered in two ways:
5252* Subsequent builds: The user must append ` /?rebuild=1 ` to the URL to trigger subsequent
5353 builds.
5454
55+ There is currently no known way to use the MyST preview server ` myst start ` in a
56+ JupyterLab environment. See https://github.com/jupyter-book/mystmd/issues/302
57+
5558
5659#### Pros
5760
You can’t perform that action at this time.
0 commit comments