Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit doc encouraging people to re-use lab components #7543

Merged
merged 1 commit into from Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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