From b19519d90bee8795018db6b766cd4c95212a740c Mon Sep 17 00:00:00 2001 From: Nicolas Aspert <nicolas.aspert@epfl.ch> Date: Thu, 13 Feb 2025 17:43:31 +0100 Subject: [PATCH] fix years --- README.md | 2 +- test_install.ipynb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74c43b5..762017e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Follow the below instructions to install it and create an environment for the co Windows: open the Anaconda Prompt from the Start menu. 1. Install git with `conda install git`. 1. Navigate to the folder where you want to store the course material with `cd path/to/folder`. -1. Download this repository with `git clone https://gitlab.epfl.ch/lts2/matrix-analysis-2024`. +1. Download this repository with `git clone https://gitlab.epfl.ch/lts2/matrix-analysis-2025`. 1. Enter the repository with `cd matrix-analysis-2025`. 1. Create an environment with the packages required for the course with `conda env create -f environment.yml`. 1. Run the steps below to start Jupyter. You should be able to run the [`test_install.ipynb`][test_install] notebook. diff --git a/test_install.ipynb b/test_install.ipynb index f2c82b7..1f920de 100644 --- a/test_install.ipynb +++ b/test_install.ipynb @@ -5,8 +5,8 @@ "id": "0e44bd91-51a7-4c56-92e5-c196be7941af", "metadata": {}, "source": [ - "# [Matrix Analysis'24]: test your installation\n", - "[matrix analysis'24]: https://github.com/epfl-lts2/matrix-analysis-2024\n", + "# [Matrix Analysis'25]: test your installation\n", + "[matrix analysis'25]: https://gitlab.epfl.ch/lts2/matrix-analysis-2025\n", "\n", "[EPFL LTS2](https://lts2.epfl.ch)" ] @@ -17,7 +17,7 @@ "metadata": {}, "source": [ "This is a mini \"test\" Jupyter notebook to make sure the main packages we'll use are installed.\n", - "Run it after following the [installation instructions](https://github.com/epfl-lts2/matrix-analysis-2024#installation)." + "Run it after following the [installation instructions](https://gitlab.epfl.ch/lts2/matrix-analysis-2025#installation)." ] }, { @@ -27,7 +27,7 @@ "source": [ "## Standalone dependencies\n", "\n", - "If you get a `command not found` error, try to run `conda install <package-name>` (in the `matrix-analysis-2024` environment, i.e., after `conda activate matrix-analysis-2024`)." + "If you get a `command not found` error, try to run `conda install <package-name>` (in the `matrix-analysis-2025` environment, i.e., after `conda activate matrix-analysis-2025`)." ] }, { @@ -84,7 +84,7 @@ "source": [ "## Python packages\n", "\n", - "If you get a `ModuleNotFoundError` error, try to run `conda install <package-name>` (in the `matrix-analysis-2023` environment, i.e., after `conda activate matrix-analysis-2024`)." + "If you get a `ModuleNotFoundError` error, try to run `conda install <package-name>` (in the `matrix-analysis-2025` environment, i.e., after `conda activate matrix-analysis-2025`)." ] }, { -- GitLab