... | @@ -14,16 +14,21 @@ Check [this paragraph](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/ |
... | @@ -14,16 +14,21 @@ Check [this paragraph](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/ |
|
|
|
|
|
Very simple:
|
|
Very simple:
|
|
|
|
|
|
1. **Activate** fidle environment :
|
|
0. Do not forget to [set the FIDLE_DATASET_DIR variable](#2-get-datasets)
|
|
|
|
|
|
|
|
1. **Activate** the _fidle_ environment :
|
|
|
|
|
|
```bash
|
|
```bash
|
|
conda activate fidle
|
|
conda activate fidle
|
|
```
|
|
```
|
|
|
|
|
|
2. **Start** Jupyter :
|
|
2. **Start** Jupyter lab :
|
|
|
|
|
|
```bash
|
|
```bash
|
|
cd <PATH_TO_CLONED_FIDLE_REPO>
|
|
cd <PATH_TO_CLONED_FIDLE_REPO>
|
|
jupyter lab
|
|
jupyter lab
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
|
\ No newline at end of file |