Skip to content

Commit 0c895af

Browse files
author
Murilo Marinho
committed
[book.md] Removing mention of the workaround because the books are not split.
1 parent 2d64d40 commit 0c895af

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

book.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)