From 1d0fa368ac467babcfde868803d3074f4f27bbff Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 20 Nov 2019 09:46:46 -0800 Subject: [PATCH] Add explicit doc encouraging people to re-use lab components Based on chat with @jasongrout, to make it clear that the JupyterLab team is pleased when this happens. --- docs/source/developer/components.rst | 12 ++++++++++++ docs/source/index.rst | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/source/developer/components.rst diff --git a/docs/source/developer/components.rst b/docs/source/developer/components.rst new file mode 100644 index 000000000000..d2253b49cb3a --- /dev/null +++ b/docs/source/developer/components.rst @@ -0,0 +1,12 @@ +Using JupyterLab components +--------------------------- + +JupyterLab is built with many re-usable components that are +independently `published on npm `_. +JupyterLab itself assembles these components together to provide a full, +IDE-like experience. However, developers are encouraged to use these to bring +to life their own visions of what a computational environment should look +like. + +The JupyterLab repository has `many examples `_ +to get you started. \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 7c8ed82c76ff..ce2cd3748041 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -53,6 +53,7 @@ JupyterLab is the next-generation web-based user interface for Project Jupyter. developer/extension_dev developer/extension_points developer/contributing + developer/components developer/documents developer/notebook developer/patterns