Skip to content

Commit

Permalink
Merge pull request #349 from UCL-ARC/jupytext
Browse files Browse the repository at this point in the history
Add jupytext to notebooks page
  • Loading branch information
dstansby authored Apr 3, 2024
2 parents 841d05f + 470d442 commit d6d3a2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/jupyter-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ There is one exception: we've found that [black]'s own Jupyter extension works m
| [pre-commit] | Has cell output cleanup hooks (if desired). Also found to work well with [nbQA]. | 🟢 |
| `nbqa black` | [black] via [nbQA]. | 🟠 |

## Other

| Name | Short description | 🚦 |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | :-: |
| [jupytext] | Automatically convert notebooks to/from a plain text format that is more human readable and better for version control than the standard notebook format. | 🟢 |

<!-- URLs for a more readable table & prose 👆 -->

[black]: https://nbqa.readthedocs.io/en/latest/index.html
Expand All @@ -39,6 +45,7 @@ There is one exception: we've found that [black]'s own Jupyter extension works m
[ruff]: https://github.com/charliermarsh/ruff
[mypy]: https://mypy.readthedocs.io/en/stable
[pre-commit]: https://github.com/kynan/nbstripout
[jupytext]: https://jupytext.readthedocs.io/en/stable/

<!-- TODO: more sections to consider>
Expand Down

0 comments on commit d6d3a2c

Please sign in to comment.