How does DS-Econ work? A look at the Pipeline and Workflow behind this blog!

How I used Git Subtree to create the Code Snippet Repository - automatically!

For this blog’s series “Code Snippet Repository” I made use of git’s subtree module, nbconvert and cell tags to automatically extract python codes from jupyter notebooks and push those python scripts to the seperate csr_repo. In this post, I explain how you can setup a pipeline like this yourself! You can see a pic

Graph of Git Subtree: A is the main repo, B is the sub-repo

Read more