diff --git a/README.md b/README.md index e51fbb1..a085792 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,28 @@ Recent advances in machine learning have contributed to the emergence of powerfu Link to the Moodle page of the course: [https://moodle.epfl.ch/course/view.php?id=16732](https://moodle.epfl.ch/course/view.php?id=17193) Link to the EPFL's Noto homepage: https://noto.epfl.ch + +## Run Jupyter Notebooks with EPFL's Noto + +### What is NOTO? + +Noto is EPFL’s centralized JupyterLab platform that allows teachers and students to use Jupyter Notebooks online without having to install anything on their computer. + +### How to log into Noto? +1. Go to https://noto.epfl.ch +2. Log in with your Gaspar credentials + +### How to run Jupyter Notebooks online with Noto? +1. Log into noto ([How to?](#how-to-log-into-noto)). +3. Press the blue button in the top left corner to open the launcher. +4. Open a terminal by selecting the appropriate icon. Navigagte to the folder where you want to download the repository NX-414. +5. Type: `git clone https://github.com/amathislab/NX-414.git` +6. Navigate to directory of the appropriate week and open the Jupter Notebook of your choice. + +### How to download the latest Jupyter Notebooks? +If you have already cloned the repository ([How to?](#how-to-run-jupyter-notebooks-online-with-noto)) and you want to update the content of the repository to the latest version, you have to: + +1. Log into noto ([How to?](#how-to-log-into-noto)) +3. Press the blue button in the top left corner to open the launcher +1. Open a terminal by selecting the appropriate icon in the launcher. Navigate to the root folder of the project "NX-414". +5. Type `git pull` and execute the command diff --git a/noto_guide.md b/noto_guide.md deleted file mode 100644 index 1f19079..0000000 --- a/noto_guide.md +++ /dev/null @@ -1,24 +0,0 @@ -# Run Jupyter Notebooks with EPFL's Noto - -## What is NOTO? - -Noto is EPFL’s centralized JupyterLab platform that allows teachers and students to use Jupyter Notebooks online without having to install anything on their computer. - -## How to log into Noto? -1. Go to https://noto.epfl.ch -2. Log in with your Gaspar credentials - -## How to run Jupyter Notebooks online with Noto? -1. Log into noto ([How to?](#how-to-log-into-noto)). -3. Press the blue button in the top left corner to open the launcher. -4. Open a terminal by selecting the appropriate icon. Navigagte to the folder where you want to download the repository NX-414. -5. Type: `git clone https://github.com/amathislab/NX-414.git` -6. Navigate to directory of the appropriate week and open the Jupter Notebook of your choice. - -## How to download the latest Jupyter Notebooks? -If you have already cloned the repository ([How to?](#how-to-run-jupyter-notebooks-online-with-noto)) and you want to update the content of the repository to the latest version, you have to: - -1. Log into noto ([How to?](#how-to-log-into-noto)) -3. Press the blue button in the top left corner to open the launcher -1. Open a terminal by selecting the appropriate icon in the launcher. Navigate to the root folder of the project "NX-414". -5. Type `git pull` and execute the command diff --git a/week1/pset_1.pdf b/week1/pset_1.pdf deleted file mode 100644 index 48d94e9..0000000 Binary files a/week1/pset_1.pdf and /dev/null differ diff --git a/week1/pset_1_solutions.pdf b/week1/pset_1_solutions.pdf deleted file mode 100644 index afcb1d8..0000000 Binary files a/week1/pset_1_solutions.pdf and /dev/null differ