Ben Chuanlong Du's Blog

It is never too late to learn.

Public Jupyter/JupyterLab Hosts

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

Google Firebase Studio

You can use notebooks after installing the jupyter extension and the programming lanuage that you want to use in Jupyter notebook.

Google Cloud Shell

Technically speaking, Google Cloud …

Tips on nbconvert

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

  1. Converting too many notebooks at the same (multiprocessing) causes zmq.error.ZMQError: Address already in use. The simple way to fix this issue is to limit the number of processes converting …

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 …

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 …