components.rst 561 B

123456789101112
  1. Using JupyterLab components
  2. ---------------------------
  3. JupyterLab is built with many re-usable components that are
  4. independently `published on npm <https://www.npmjs.com/search?q=%40jupyterlab>`_.
  5. JupyterLab itself assembles these components together to provide a full,
  6. IDE-like experience. However, developers are encouraged to use these to bring
  7. to life their own visions of what a computational environment should look
  8. like.
  9. The JupyterLab repository has `many examples <https://github.com/jupyterlab/jupyterlab/tree/master/examples>`_
  10. to get you started.