File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,19 +78,8 @@ In this version of jupyter notebook, `myst.yml` is the soul of the book. It is v
7878``` {literalinclude} myst.yml
7979```
8080
81- Everything in ` myst.yml ` is standard, aside from the following block .
81+ Everything in ` myst.yml ` is standard.
8282
83- ``` {literalinclude} myst.yml
84- :start-at: #USING DQROBOTICS DEVEL [START]
85- :end-at: #USING DQROBOTICS DEVEL [END]
86- ```
87-
88- This is a temporary solution to address notebooks that do not play well together. Currently, a jupyter book spawns one process
89- of each notebook and results can be nondeterministic if notebooks can affect each other. More information can be seen
90- [ here] ( https://github.com/jupyter-book/mystmd/issues/1794 ) .
91-
92- I'm combining that block with a simple use of ` sed ` to guarantee the initial lessons that use the stable version of ` dqrobotics `
93- run before lessons that need the development version of ` dqrobotics. ` For more information, see the file below.
9483
9584``` {literalinclude} build_html.sh
9685```
You can’t perform that action at this time.
0 commit comments