Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add edu section in the main repository #1013

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
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