- Name of the project the run was logged to
- Name of the run you want to reproduce
- Navigate to the project where the run is logged to.
- Select the Workspace tab from the project sidebar.
- Click the run that you want to reproduce. The run page opens with the Overview tab shown by default.
- Download Python script or notebook
- GitHub
Download the experiment’s Python script or notebook:
- On the Overview tab (shown by default), in the Command field, make a note of the name of the script that created the experiment.
- Select the Code tab on the run page.
- Click Download next to the file that corresponds to the script or notebook.
- On the run page, select the Files tab.
-
Download the
requirements.txtfile and store it in your working directory. This directory should contain either the cloned GitHub repository or the downloaded Python script or notebook. - (Recommended) Create a Python virtual environment.
-
Install the requirements specified in the
requirements.txtfile. - Now that you have the code and dependencies, you can run the script or notebook to reproduce the experiment. If you cloned a repository, you might need to navigate to the directory where the script or notebook is located. Otherwise, you can run the script or notebook from your working directory.
- Python notebook
- Python script
If you downloaded a Python notebook, navigate to the directory where you downloaded the notebook and run the following command in your terminal: