Hacker News new | ask | show | jobs
by asicsp 1880 days ago
The tutorial is presented well. My biggest takeaway was that one can use 'Deepnote' to run Linux commands.

If you are interested in knowing how to customize `pandoc` for generating PDF/EPUB, I have a tutorial [0] based on books I've written. I also have links at the end with related resources, including tools others than `pandoc`.

[0] https://learnbyexample.github.io/customizing-pandoc/

1 comments

Jupyter notebook also has the same feature. `!shell command` or start a cell with `%%bash` and everything in it will run through the terminal, not the notebook interpreter.
That'd require you to have access to a *nix terminal on your system. Deepnote is allowing access through their servers, so for example, you can try this tutorial on Windows.

See this comment from Deepnote engineer for more details: https://news.ycombinator.com/item?id=26899905