Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions edu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Here is a comprehensive guide to help you through the process:

### 1. Install Python
First, ensure you have Python installed on your system. Jupyter Notebooks run on Python, so this is a prerequisite.
- Windows: Download and install Python from python.org.
- macOS: Python 2.7 is pre-installed, but it's recommended to install the latest version of Python 3.
- Linux: Python usually comes pre-installed, but you can use your package manager to install the latest version.

### 2. Install Jupyter Notebook
You can install Jupyter Notebook using Python's package manager, pip. Open your command prompt or terminal and run the following command: <br>
&emsp;<code>pip install notebook</code>

### 3. Install Dependencies
Each howto requires different dependencies other than MLPro itself. You can check this in the preparation section of each howto.

### 4. Launch Jupyter Notebook
Once Jupyter Notebook is installed, you can launch it by running: <br>
&emsp;<code>jupyter notebook</code><br>
This command will start a local server and open the Jupyter Notebook interface in your default web browser.

### 5. Open and run the related howto
Navigate to the .ipynb file you want to run. Open and run it.
Loading
Loading