Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Preview in macOS

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

https://discussions.apple.com/thread/2031602

Tips on JupyterLab

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

General Tips

  1. You might lose data if you edit a notebook in multiple places (e.g., in different browsers or on different machines)! If you do have to work on the …

Tips on Gitpod

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

  1. GitPod is a great web IDE for GitHub repositories. It supports both IDE and terminal environment via Docker, so a whole lot can be done if you are creative!

  2. customized layers …

Install Packages Using Homebrew on macOS and Linux

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

Installation

macOS

By default, Homebrew is installed to the location /opt/homebrew. You can add the command brew into $PATH by adding the following configuration into your shell configuration (e.g …