Chris Sewell
Chris Sewell
> here don't seem to be any "intense" colors when switching to "bold" this is just because I didn't add CSS colors specific to bold > It doesn't seem to...
This is timely, given the comment I just made in https://github.com/executablebooks/meta/issues/119#issuecomment-683670162. You should probably use the mathjax approach to only add JS (but CSS in this case) given an env...
Heya, I believe this is a limitation of sphinx, which only stores filenames without their extensions, which means that it cannot discriminate > This works with nbsphinx I imagine this...
Yeh that was the only reason, because some of the dependencies need to be added first
Opened https://github.com/jupyter/jupyter-sphinx/issues/148, then we can revisit
This is now available, but just needs documenting
cc'in @choldgraf @AakashGfude
> are these generated assets or user supplied assets - assets are **input** external files required by the notebook to execute - artefacts are **output** external files generated by the...
> We could infer the title from the first header (I believe this is currently what happens) You should look at the standard transform [`class DocTitle(TitlePromoter)`](https://github.com/docutils-mirror/docutils/blob/e88c5fb08d5cdfa8b4ac1020dd6f7177778d5990/docutils/transforms/frontmatter.py#L138) > Check for ntbk.metadata['title']...
Weird! yeh cheers, this is something to look into in myst-nb, so I will move it there