Jed Brown
Jed Brown
Indeed, I copied `Hack-Regular.ttf` into a paper directory and added the following to the markdown header: ```` header-includes: - | ```{=latex} \setmonofont[Path=./]{Hack-Regular.ttf} ``` ````  The output looks acceptable. So...
I believe the current behavior is consistent with APA style in Biber/Biblatex (but not Bibtex, which is much less compliant). Some years ago, I filed a PR to effect the...
I think I just encountered this issue. I have `.ipynb` using the Julia kernel ([example](https://cu-numpde.github.io/fall21/slides/2021-08-23-first-day.html)) and it works correctly in Binder (:rocket: -> Binder), but Thebe tries to use the...
Thanks, I'll watch that issue. Is there a good way to test quickly/locally, or is there a workaround, such as adding `"thebe-kernel": "julia-1.6",` to the notebook metadata?
I encountered this same error message when I had a `[lib]` section that did not contain an explicit `path = "src/lib.rs"`. Removing the entire `[lib]` section or adding `path` both...
This is crude, but there is significant traffic from jupyter4edu.github.io. Seems like more than the number of people who clicked the edit button, so it might approximate unique readers of...
This has been open for a while. Is there a timeline for supporting cuSPARSE-11 SpGEMM?
I was thinking perhaps this reference could be worked into an expansion of our "notebook hygiene" section. I think it takes a combination of tooling and communication of best practices...
I think we should replace all these ad-hoc boldings with a level-5 non-indexed title heading ``` ##### Learning Goals {-} ``` Edit: oops; misread. That specific issue doesn't appear when...
At a glance, might be related to this bug fix. https://github.com/rstudio/bookdown/commit/7a0364b7ffd16b360b7abde36a29a8801675906c I have been running the dev version locally.