diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:25:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:17 +0700 |
commit | 6fede2f76438cdcdbe5c096745b6c35d80887b83 (patch) | |
tree | 197240a9841b5f64f77eaee548afce1d8e21d086 /development/jupyter-nbdime | |
parent | bf1258e24d8c0a3b6f2eafc3f994209cfcd1fd4f (diff) |
development/jupyter-nbdime: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbdime')
-rw-r--r-- | development/jupyter-nbdime/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbdime/README b/development/jupyter-nbdime/README index 9ce701916f740..afc1c3e48c6a8 100644 --- a/development/jupyter-nbdime/README +++ b/development/jupyter-nbdime/README @@ -1,9 +1,9 @@ nbdime provides tools for diffing and merging of Jupyter Notebooks. - * nbdiff compare notebooks in a terminal-friendly way - * nbmerge three-way merge of notebooks with automatic conflict resolution - * nbdiff-web shows you a rich rendered diff of notebooks - * nbmerge-web gives you a web-based three-way merge tool for notebooks - * nbshow present a single notebook in a terminal-friendly way + * nbdiff: compare notebooks in a terminal-friendly way + * nbmerge: 3-way merge of notebooks with automatic conflict resolution + * nbdiff-web: shows you a rich rendered diff of notebooks + * nbmerge-web: gives you a web-based three-way merge tool for notebooks + * nbshow: presents a single notebook in a terminal-friendly way All dependencies must be built with support for Python 3. |