.. _jupyterlab: Working in JupyterLab ===================== JupyterLab is a web-based, interactive environment for programming, which runs on the server on CSC Notebooks and can be accessed through your web browser. This MOOC relies on JupyterLab for interactive programming using Jupyter Notebooks, which can contain executable code, text, images and video. We also use the Terminal, which provides a command line interface to the server, to use the TestMyCode tool. .. raw:: html .. raw:: html
.. image:: _static/empty.png The main view of JupyterLab has two major elements: *File Browser* (left) and *Launcher* (right). The *File Browser* allows you to explore the files stored on the server, whereas the *Launcher* can be used to launch applications within JupyterLab. .. image:: ../img/csc_nb_jupyterlab.png :width: 80% :alt: The initial view in JupyterLab. .. raw:: html
.. image:: _static/empty.png You can find the learning materials as Jupyter Notebooks in the directory :code:`notebooks`. Use the File Browser to navigate the directory and to open the Jupyter Notebooks. The video below offers tips on using the learning materials. .. raw:: html
.. image:: _static/empty.png Next, you can proceed to :ref:`retrieve and check the exercises using TestMyCode `.