diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:26:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:18 +0700 |
commit | 970ba5e3dbc7795aea9ff07e820abb4a8da9fc9f (patch) | |
tree | 7e49d2ef772078d3bcc5ec30729d662ecd378d2a /development/jupyter-qtconsole | |
parent | 9eb17901cf7eb9f5d21fcf23c0d2b56726ae3131 (diff) |
development/jupyter-qtconsole: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-qtconsole')
-rw-r--r-- | development/jupyter-qtconsole/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/jupyter-qtconsole/README b/development/jupyter-qtconsole/README index 5daba3c8f02a..a574221d82b9 100644 --- a/development/jupyter-qtconsole/README +++ b/development/jupyter-qtconsole/README @@ -1,7 +1,8 @@ -jupyter-qtconsole provides a rich Qt-based console for working with Jupyter -kernels, supporting rich media output, session export, and more. +jupyter-qtconsole provides a rich Qt-based console for working with +Jupyter kernels, supporting rich media output, session export, and +more. -The Qt console is a very lightweight application that largely feels like a -terminal, but provides a number of enhancements only possible in a GUI, such as -inline figures, proper multiline editing with syntax highlighting, graphical -calltips, and more. +The Qt console is a very lightweight application that largely feels +like a terminal, but provides a number of enhancements only possible +in a GUI, such as inline figures, proper multiline editing with syntax +highlighting, graphical calltips, and more. |