Danijar Hafner

Results 87 issues of Danijar Hafner

Let's collect key topics and then put together a user guide. Points that came up already: - Comparison to related projects (when (not) to use it) - Converting HTML via...

documentation

The output format is currently HTML, which can then be printed as PDF from the browser. It could be nice to directly export to PDF, ipynb and other formats.

feature

[KaTeX](https://katex.org) and [MathJax](https://www.mathjax.org) seem like great options. Current status: LaTeX is included by default now. However, it is loaded from a URL and we are working on bundling a local...

feature

Adding custom CSS is possible in two ways: ```python doc.add_html('') doc.add_html('') ``` We could add `doc.add_style(filename)` that copies the file into the output directory for the user.

feature

Instead of writing a message every time saved, there should be one message in the beginning that states the location of the handout.

improvement

From https://github.com/danijar/handout/issues/20#issuecomment-520674552: ```python doc.add_text('') ``` We can add `doc.add_pagebreak()` if this is helpful, especially once we have a LaTeX exporter that could also support this.

feature
documentation

Recommended by user unbalancedparen [on Twitter](https://twitter.com/unbalancedparen/status/1160312251393462273). We should add a `CONTRIBUTING.md` to the repository and roughly states: - Contributions are welcome - Check out the Github issues and join the...

discussion

Would it be feasible at all to add PyTorch support as a substrate? Besides the obvious use case, this would enable researchers to implement framework-agnostic probabilistic algorithms that use a...

I would like to write snippets that can be expanded after typing only a part of the trigger word. For example, `i`, `im`, `imp`, `impo`, `impor` should all expand to...

good first issue
triaged