diff --git a/cookiecutter.json b/cookiecutter.json index 37e5e6b..c09abef 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -6,7 +6,7 @@ "folder_name": "{{ cookiecutter.repo_name.replace('-', '_') }}", "github_repo_group": "", "import_name": "{{ cookiecutter.folder_name }}", - "strip_ipynb_outputs": ["no", "yes"], + "strip_ipynb_outputs": ["yes", "no"], "description": "A short description of the project.", "python_version": ["3.11", "3.10", "3.9", "3.8", "3.12"], "auto_git_setup": ["no", "yes"], diff --git a/tests/complex_config.yaml b/tests/complex_config.yaml index baa2097..9b933bc 100644 --- a/tests/complex_config.yaml +++ b/tests/complex_config.yaml @@ -1,3 +1,4 @@ default_context: readme_format: "rst" simple: "no" + strip_ipynb_outputs: "yes"