Skip to content

Commit

Permalink
Merge pull request #7543 from yuvipanda/components
Browse files Browse the repository at this point in the history
Add explicit doc encouraging people to re-use lab components
  • Loading branch information
ian-r-rose committed Nov 22, 2019
2 parents 00b17fc + 1d0fa36 commit 2eaed22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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 <https://www.npmjs.com/search?q=%40jupyterlab>`_.
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 <https://github.com/jupyterlab/jupyterlab/tree/master/examples>`_
to get you started.
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -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
Expand Down

0 comments on commit 2eaed22

Please sign in to comment.