Live data from Hacker News

Viewing profile — chrisjsewell

chrisjsewell

HN member
Joined
Wed, Aug 12, 2020, 11:39 PM UTC
HN karma
14
Public activity
5 items

About chrisjsewell

No profile information was provided.

Recent public activity

  1. comment
    Comment #26394222

    ‘Many forms of have been tried, and will be tried in this world of sin and woe. No one pretends that is perfect or all-wise. Indeed it has been said that is the worst form of excep…

  2. comment
    Comment #24140087

    Now use that to replicate the example pages here: https://myst-nb.readthedocs.io/en/latest/examples/basic.html... and here https://jupyterbook.org/interactive/launchbuttons.html , …

  3. comment
    Comment #24139664

    Yes that's about right :) The book can contain a mixture if Notebooks and normal markdown files, and also text representations of notebook files (see https://jupyterbook.org/conten…

  4. comment
    Comment #24139613

    pandocs AST is actually a little limited, in terms of extensability, because it has to resove to JSON. The scorreia.com/software/panflute/code.html is a good python API for it. By …

  5. comment
    Comment #24138445

    nbconvert/pandoc is very limited in how it can be extended because it only relies on jinja templating rather than a proper AST. You couldn't achieve a lot of the things that sphinx…