How to Use
Step-by-step guide to download and use ML Lab experiments
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 ~/DesktopWindows: cd %USERPROFILE%\Desktop
3. Create a Folder
Create a new folder to store your ML Lab files:
mkdir ml-labWindows: same
4. Enter the Folder
Go into the newly created folder:
cd ml-labWindows: same
5. Download the File
Now download experiment 06:
curl -L -o exp06.ipynb https://ml.ufraan.dev/api/g/06See 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.ipynbOr use: jupyter notebook