From 55b341d47753967c70a4dcf9ff30690877f66048 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Fri, 10 May 2024 11:03:44 +0200 Subject: [PATCH] Add Jupytext to news (#5402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- README.rst | 3 ++- news/jupytext.rst | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 news/jupytext.rst diff --git a/README.rst b/README.rst index bd03111df..0c37d3319 100644 --- a/README.rst +++ b/README.rst @@ -68,8 +68,9 @@ Projects that use xonsh or compatible Jupyter-based interactive notebooks via `xontrib-jupyter `_: -- `jupyter and jupyterlab `_: Interactive notebook platform. +- `Jupyter and JupyterLab `_: Interactive notebook platform. - `euporie `_: Terminal based interactive computing environment. +- `Jupytext `_: Clear and meaningful diffs when doing Jupyter notebooks version control. The xonsh shell community ************************* diff --git a/news/jupytext.rst b/news/jupytext.rst new file mode 100644 index 000000000..4dd8bc1d6 --- /dev/null +++ b/news/jupytext.rst @@ -0,0 +1,23 @@ +**Added:** + +* Added xonsh support into Jupytext project! Jupytext is to store Jupyter notebooks as a plain text documents. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*