Skip to content

Commit

Permalink
Removing the prescription of jupytext and its presence from the cooki…
Browse files Browse the repository at this point in the history
…ecutter
  • Loading branch information
HarrisonWilde committed Dec 20, 2024
1 parent 324f069 commit f01d2b2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion docs/docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ You can write reports in markdown and put them in `outputs/reports` and referenc
├── requirements.txt | PYTHON DEPENDENCIES NEEDED TO RUN THE CODE
├── requirements_dev.txt | PYTHON DEV DEPENDENCIES (e.g. building docs/running tests)
├── inputs/ | INPUTS (should be immutable)
├── jupytext.toml | JUPYTEXT CONFIGURATION
├── LICENSE |
├── outputs/ | OUTPUTS PRODUCED FROM THE PROJECT
├── Makefile | TASKS TO COORDINATE PROJECT (`make` shows available commands)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Please pay special attention to ...

# Checklist:

- [ ] I have refactored my code out from `notebooks/`
- [ ] I have checked the code runs
- [ ] I have tested the code
- [ ] I have run `pre-commit` and addressed any issues not automatically fixed
Expand Down
3 changes: 0 additions & 3 deletions {{ cookiecutter.repo_name }}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ research_daps/
metaflow.s3.*
.run_id

# Notebooks (use jupytext instead!)
*.ipynb

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
10 changes: 0 additions & 10 deletions {{ cookiecutter.repo_name }}/jupytext.toml

This file was deleted.

1 change: 0 additions & 1 deletion {{ cookiecutter.repo_name }}/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ipykernel
jupytext
flake8
flake8-black
flake8-import-order
Expand Down

0 comments on commit f01d2b2

Please sign in to comment.