Creating a Jupyter Notebook lab
Jupyter Notebook labs use the JupyterLab environment built in right into the lab. Jupyter Notebook labs contain the nbgrader extension installed that allows you to create automatically and manually assessed tasks.
To create a Jupyter Notebook lab:
- Log in to LMS.
- Go to Content. A page with available pre-configured libraries will open.
- Click Jupyter Labs.
- Click the add button
.
- Select Coding and click
to proceed.
- Specify these parameters:
- Lab name — enter the lab name that will be displayed in the assignments catalog and on the lab information page.
- Coding language — select Jupiter Notebook.
- Lab description — enter a short description that will be displayed on the lab information page.
- Cover image — upload the image that will be displayed in the course catalog and on the lab information page.
- Labels — enter labels that will help you to search for this lab.
- Click
to proceed. Wait till the lab is prepared.
- Open the main.ipynb file and start adding the lab content.
| Information | The main.ipynb file name represents a randomly generated identifier and cannot be edited. |
For the further details, see:
- Configuring automatically assessed Jupyter Notebook labs
- Configuring manually assessed Jupyter Notebook labs
- Configuring unassessed Jupyter Notebook labs
- Installing required libraries to Jupyter Notebook labs
- Hiding assessment tests from learners
- Creating and grading assignments in the nbgrader documentation.