|
@@ -11,8 +11,16 @@ JupyterLab is a next-generation web-based user interface for Project Jupyter.
|
|
|
|
|
|
JupyterLab enables you to work with documents and activities such as
|
|
|
:ref:`Jupyter notebooks <notebook>`, text editors, terminals, and custom
|
|
|
-components in a flexible, integrated, and extensible manner. You can
|
|
|
-:ref:`arrange <interface>` multiple documents and activities side by side in the
|
|
|
+components in a flexible, integrated, and extensible manner. For a demonstration
|
|
|
+of JupyterLab and its features, you can view this video:
|
|
|
+
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/A5YyoCKxEOU?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
+
|
|
|
+You can :ref:`arrange <interface>` multiple documents and activities side by side in the
|
|
|
work area using tabs and splitters. Documents and activities integrate with each
|
|
|
other, enabling new workflows for interactive computing, for example:
|
|
|
|