aboutsummaryrefslogtreecommitdiff
path: root/development/jupyterlab_server/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-29 10:20:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:55 +0700
commit36e20d1f35b5c3a0e26936f23118634779cc22f2 (patch)
treea5b7253d42d442136ac007c6ea6ffc5547054d95 /development/jupyterlab_server/README
parentc041106118e310241f9eeac53cd305b4bd94d861 (diff)
development/jupyterlab_server: Added (Launch a JupyterLab app)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyterlab_server/README')
-rw-r--r--development/jupyterlab_server/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/jupyterlab_server/README b/development/jupyterlab_server/README
new file mode 100644
index 0000000000..6659243304
--- /dev/null
+++ b/development/jupyterlab_server/README
@@ -0,0 +1,4 @@
+JupyterLab Server sits between JupyterLab and Jupyter Server, and
+provides a set of REST API handlers and utilities that are used by
+JupyterLab. It is a separate project in order to accommodate creating
+JupyterLab-like applications from a more limited scope.