summaryrefslogtreecommitdiff
path: root/devel/py-jupyter-ydoc/pkg-descr
blob: 4142cb04c6c05f147b3fcd3ec5838ae8d3db26a4 (plain) (blame)
1
2
3
4
5
6
jupyter_ydoc provides Ypy-based data structures for various documents used in
the Jupyter ecosystem. Built-in documents include:
- YBlob: a generic immutable binary document.
- YUnicode: a generic UTF8-encoded text document (YFile is an alias to
  YUnicode).
- YNotebook: a Jupyter notebook document.