generated from guenp/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add jupytext support for notebooks (#7)
* Add jupytext to requirements and rebuild lock files. * Add jupytext .ipynb to .py pairing rules to pyproject.toml. * Convert .ipynb to .py:percent with jupytext. * Ignore .ipynb files to make versioning easier. * Apply ruff formatting. * Add section on using jupytext to README.
- Loading branch information
1 parent
fce38a0
commit ec4cda7
Showing
9 changed files
with
787 additions
and
1,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ __pycache__ | |
*.json | ||
venv/ | ||
*ipynb_checkpoints | ||
.DS_Store | ||
.DS_Store | ||
*.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.