- Version 1: create a `Template.ipynb`, then copy and paste it each time. - Version 2: write a script to automatically copy and paste the template file, renames the new file and open it in VS code tab. - Version 3: write a script to crawl data from [Leetcode](https://leetcode.com/), parse its data, and create a Jupyter notebook by Python via `nbformat` package TO-DO: - [ ] convert the Leetcode HTLM page to markdown more precisely - [ ] allow to create the notebook only by the question ID