Skip to content

Commit

Permalink
test with notebook clean
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Jul 24, 2024
1 parent 6223387 commit b16606f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
1 change: 1 addition & 0 deletions tests/complex_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default_context:
readme_format: "rst"
simple: "no"
strip_ipynb_outputs: "yes"

0 comments on commit b16606f

Please sign in to comment.