This template was created for freshly graduated to quickly get their hand on developing python packages
remove ".git" folder
rm -rf .git
run python set_new_project.py
and answer the instructions.
This readme will be updated accordingly...
This repo also contains a handy script to convert jupyter notebooks to easy versionnable versions. Jupyter notebooks are a pain with git. The script convert_jupyter.py will duplicate and remove all cells outputs of jupyter notebooks to make them versionable.
- You need to install pandoc
- You need to install nbconvert