How to Use

Step-by-step guide to download and use ML Lab experiments

← Go back
Note: This example is for experiment 06. File names, code sections, and Jupyter notebook commands may differ for other experiments. Refer to the downloaded .ipynb file for exact instructions.

1. Open Terminal

Open your terminal (Terminal, Command Prompt, PowerShell, etc.).

2. Navigate to Desktop

Go to your Desktop folder:

cd ~/Desktop

Windows: cd %USERPROFILE%\Desktop

3. Create a Folder

Create a new folder to store your ML Lab files:

mkdir ml-lab

Windows: same

4. Enter the Folder

Go into the newly created folder:

cd ml-lab

Windows: same

5. Download the File

Now download experiment 06:

curl -L -o exp06.ipynb https://ml.ufraan.dev/api/g/06

See example: (click to expand)

6. Open in Jupyter

The downloaded file is exp06.ipynb. Open it in Jupyter to run the experiment.

jupyter notebook exp06.ipynb

Or use: jupyter notebook