-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,19 @@ by Marc Bocquet. | |
|
||
## Installation | ||
|
||
Clone the repertory with HTTPS (cloning with SSH is not allowed outside ENPC). | ||
Install conda, for example through [miniconda](https://docs.conda.io/en/latest/miniconda.html) or through [mamba](https://mamba.readthedocs.io/en/latest/installation.html). | ||
|
||
$ git clone https://gitlab.enpc.fr/alban.farchi/tp-data-assimilation.git | ||
Clone the repertory: | ||
|
||
$ git clone [email protected]:cerea-daml/adomo-mocis-wape-daml-tutorial.git | ||
|
||
Go to the repertory. Once there, create a dedicated anaconda environment for the sessions: | ||
|
||
$ conda env create -f environment.yaml | ||
|
||
Activate the newly created environment: | ||
|
||
$ conda activate da-tp-sw | ||
$ conda activate tutorial | ||
|
||
[Optional] Update the environment: | ||
|
||
|
@@ -34,4 +36,5 @@ Activate the newly created environment: | |
|
||
Open the notebook (e.g. with Jupyter) and follow the instructions: | ||
|
||
$ jupyter-notebook tp-shallow-water.ipynb | ||
$ jupyter-notebook tutorial.ipynb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: da-tp-sw | ||
name: tutorial | ||
channels: | ||
- defaults | ||
dependencies: | ||
- jupyter lab | ||
- numpy | ||
- matplotlib | ||
- tqdm | ||
- numba | ||
- matplotlib | ||
- seaborn | ||
- tqdm | ||
- jupyterlab | ||
- ipywidgets |
File renamed without changes.