Add Jupytext to news (#5402)

https://github.com/xonsh/xonsh/discussions/5401

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: a <1@1.1>
This commit is contained in:
Andy Kipp 2024-05-10 11:03:44 +02:00 committed by GitHub
parent 12d87f8a48
commit 55b341d477
Failed to generate hash of commit
2 changed files with 25 additions and 1 deletions

View file

@ -68,8 +68,9 @@ Projects that use xonsh or compatible
Jupyter-based interactive notebooks via `xontrib-jupyter <https://github.com/xonsh/xontrib-jupyter>`_:
- `jupyter and jupyterlab <https://jupyter.org/>`_: Interactive notebook platform.
- `Jupyter and JupyterLab <https://jupyter.org/>`_: Interactive notebook platform.
- `euporie <https://github.com/joouha/euporie>`_: Terminal based interactive computing environment.
- `Jupytext <https://jupytext.readthedocs.io/>`_: Clear and meaningful diffs when doing Jupyter notebooks version control.
The xonsh shell community
*************************

23
news/jupytext.rst Normal file
View file

@ -0,0 +1,23 @@
**Added:**
* Added xonsh support into Jupytext project! Jupytext is to store Jupyter notebooks as a plain text documents.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>