diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-20 15:56:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 15:56:02 +0700 |
commit | b40b1dcd96389a3ec9bc31e2add56e61e2be70ff (patch) | |
tree | 03da8b5f675330034dca209bb6096962e2322848 /development/jupyter-nbclassic/README | |
parent | fe7e0bf0c9680a5ecb3d87fa74f734e68fb57e09 (diff) |
development/jupyter-nbclassic: Added (Jupyter Notebook Frontend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclassic/README')
-rw-r--r-- | development/jupyter-nbclassic/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/jupyter-nbclassic/README b/development/jupyter-nbclassic/README new file mode 100644 index 0000000000..c2cc8f6699 --- /dev/null +++ b/development/jupyter-nbclassic/README @@ -0,0 +1,7 @@ +NBClassic runs the Jupyter Notebook frontend on the Jupyter Server +backend. + +This project prepares for a future where JupyterLab and other frontends +switch to Jupyter Server for their Python Web application backend. +Using this package, users can launch Jupyter Notebook, JupyterLab and +other frontends side-by-side on top of the new Python server backend. |