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

  3. Pentadactyl

A more powerful but complex alternative to Vimperator. The main focus of Vimperator is on usability, simplicity, stability and design while still preserving a powerful, modal …

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 …