Ben Chuanlong Du's Blog

It is never too late to learn.

Useful Firefox Add-ons

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

  1. tridactyl

  2. vimium-FF

  3. Vimperator

    • Vim-like key bindings, the ultimate plug-in for Firefox

    • outdated in Firefox 57+

  4. Pentadactyl

A more powerful but complex alternative to Vimperator. The main focus of Vimperator …

Write Unit Tests Using PyTest in Python

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

Run pytest in the root directory of your project to run all test suites. You can run test cases in a specific test file (e.g., test_file.py) using the command …

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 …