-
@stijnvanhoey As indicated on the documentation website, I did `python setup.py build_sphinx` to build the docs locally.
I had to install sphinx, sphinx_rtd_theme, numpydoc and myst_parser before it…
-
### Describe the bug
**context**
After creating Jupyter Book using this cookie-cutter template: https://github.com/executablebooks/cookiecutter-jupyter-book, I was able to push the book to Github …
-
### Describe the bug
It looks like the issue very nicely explained in #1181 has come back - rendering
```
# Test
Hence, for $\alpha \in (0, 1)$,
$$
\mathbb P (\alpha \bar{X} \ge \mu) \le \a…
-
```
Hello,
METACAFE links are not working with version 1.23. I was working earlier with
same version but now it's giving me an error.
Please find below log details for the same.
Links, which i tri…
-
```
Hello,
METACAFE links are not working with version 1.23. I was working earlier with
same version but now it's giving me an error.
Please find below log details for the same.
Links, which i tri…
-
Large notebooks, for example, can increase the size of our repo substantially, so we should do something with these.
Separately, some of the larger notebook examples might do better in `.py` files …
-
### Describe the bug
**context**
When I set `nb_execution_show_tb = True` in my `conf.py` and my CI build fails, no exceptions are printed.
Possibly relevant packages installed by CI:
```
jupyt…
-
-
### Describe the bug
**context**
When I follow the 'create the first book' tutorial and build the example book ...
**expectation**
I expected the Markdown Files chapter would have the same layou…
yn- updated
10 months ago
-
Currently, lists may be ordered (numbered) or unordered (bulleted). Headings may also be enumerated or not; they can be customized in the frontmatter, e.g.
```
---
numbering:
heading_1: true
…