-
Notifications
You must be signed in to change notification settings - Fork 2
Local installation
José Gómez-Dans edited this page Oct 1, 2024
·
2 revisions
A local installation is also possible. Two options are available:
- If you DON'T have Mamba/Conda/Anaconda installed on your system
- Go to point 1 below!
- If you DO have Mamba/Conda/Anaconda installed on your system
- You can start at point 3 below!
- There is information on installing mambaforge.
- But this mainly boils down to: a. Download the install box, which you can read in here: b. Run the install package
OS | Architecture | Minimum Version | Download |
---|---|---|---|
Linux | x86_64 (amd64) | glibc >= 2.17 | Miniforge3-Linux-x86_64 |
OS X | x86_64 | macOS >= 10.13 | Miniforge3-MacOSX-x86_64 |
OS X | arm64 (Apple Silicon) (***)
|
macOS >= 11.0 | Miniforge3-MacOSX-arm64 |
Windows | x86_64 | Windows >= 7 | Miniforge3-Windows-x86_64 |
From here, you have happily installed Mamba/Conda on your system, and can continue from point (3) below!
-
Download and unpack the course contents into a folder (you can download them from here)
-
Go into the course contents and type the following command:
conda create env -f environment.yml
(ormamba create env -f environment.yml
). -
This will start the mamba/conda utility start thinking about what packages it needs etc.
-
After a while, it will download and get installed
-
Once it's done, restart the shell (close and open the terminal window), and type
mamba activate pangeos_uq
-
Go to the notebooks folder, and type
jupyter lab
The browser will probably launch with the contents.