mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
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:
parent
12d87f8a48
commit
55b341d477
2 changed files with 25 additions and 1 deletions
|
@ -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
23
news/jupytext.rst
Normal 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>
|
Loading…
Add table
Reference in a new issue