Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Jupyter-Book

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

xinstall jb -ic

Configuration

xinstall jb -c creates a copy of configuration file _config.yml in the current directory. By default, The configuration file _config.yml in the current directory (if …

Write Slides in Markdown

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/slidevjs/slidev

https://github.com/marp-team/marp

File Converting and Generating Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

ImageMagick

ImageMagic provides a command convert which helps convert between different types of images.

HTML2Image

Sphinx

pandoc (mark-up language)

markdown (markdown to HTML)

tex4ht (convert Latex code to HTML)

wkhtmltopdf (html …

Use JupyterLab Notebooks in Pelican

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/getpelican/pelican-plugins/issues/866

https://github.com/getpelican/pelican-plugins/issues/651

Plugins

pelican-plugins

https://github.com/danielfrg/pelican-ipynb

https://github.com/peijunz/ipynb2pelican#installation-and-configuration

References

https://github.com …

Markdown vs RestructureText vs MyST for Documentation

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Comparison

  1. Compared to Markdown, RestructuredText is more fully-featured, much more standardized and uniform, and has built-in support for extensions. However, ReStructuredText is also criticized for its complex and confusing syntax. The …