cookiecutter-python-project icon indicating copy to clipboard operation
cookiecutter-python-project copied to clipboard

Basic cookiecutter template for Python projects

Results 8 cookiecutter-python-project issues
Sort by recently updated
recently updated
newest added

Some projects don't get checked in to git and it may be the case that we want to support that by allowing the kernel path to be set by another...

This will involve adding a project level `_quarto.yml` config file, adding additional entries for `.gitignore` and adding a ipynb template for quarto analysis files.

Right now, if pipenv is not installed, the entire process for project creation stops. The template should at least create the folder tree.

bug

`datakit project create --template cookiecutter-python-project` broke because `pipenv install jupyterlab` installed the latest `version 3.2.4` which had errors when building jupyterlab (npm dependencies). This hot fix forces an pipenv install...

Some tweaks needed in the README.md: - [ ] Remove R project reference: `Open test-proj.Rproj in RStudio.` - [ ] Fix or remove the broken`HIRUFF Q&A` link

bug
documentation