Ben Chuanlong Du's Blog

It is never too late to learn.

Useful Tools and Extensions for JupyterLab

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

Install/Uninstall Jupyter/Lab Extensions

Install a Jupyter/Lab extension.

pip3 install extension_name

Unnstall a Jupyter/Lab extension.

pip3 uninstall extension_name

Enable an installed Jupyter/Lab extension. Note: An extension is …

Useful Chrome Extensions

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

Tampermonkey

Tampermonkey is used to run so called userscripts (sometimes also called Greasemonkey scripts). Userscripts are little computer programs that for example add download buttons to YouTube pages, cleanup your Facebook …

The NeoVim Plugin for Visual Studio Code

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

https://github.com/asvetliakov/vscode-neovim

Installation

  1. Install NeoVim 0.5+ using icon.

    icon nvim -ic --ppa
    
  2. Install the NeoVim plugin from the extension market in VSCode or Code Server.

  3. Set the …

Navigate Chrome Browser Like a Pro Using Vimium

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

Customize Key Mappings

  1. Open Vimium Options.

  2. Paste your customized key mappings into "Custom key mappings". Below is an example of my customized key mapping configuration.

    map d removeTab
    map u …

Vim Keybindings in Firefox Using Tridactyl

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

:mode ignore: temporarily disables Tridactyl on a page. ctrl + alt + esc: toggle ignore on/off on Mac ctrl/cmd + g: next search result shift + ctrl/cmd + g: previous search result

Tricks …