... | ... | @@ -6,7 +6,7 @@ Here is a quick procedure **configure** and **run** Jupyter Lab with **fidle not |
|
|
|
|
|
We assume you already follow the [installation procedure](Using%20Fidle/install%20fidle)
|
|
|
|
|
|
### Set the FIDLE_DATASETS_DIR variable where you installed the data sets
|
|
|
**IMPORTANT :** Set the FIDLE_DATASETS_DIR variable where you installed the data sets
|
|
|
|
|
|
Check [this paragraph](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/-/wikis/Using-Fidle/Install-Fidle#2-get-datasets)
|
|
|
|
... | ... | @@ -14,15 +14,15 @@ Check [this paragraph](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/ |
|
|
|
|
|
Very simple:
|
|
|
|
|
|
0. Do not forget to [set the FIDLE_DATASET_DIR variable](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/-/wikis/Using%20Fidle/install%20fidle#2-get-datasets)
|
|
|
1. Do not forget to [set the FIDLE_DATASET_DIR variable](https://gricad-gitlab.univ-grenoble-alpes.fr/talks/fidle/-/wikis/Using%20Fidle/install%20fidle#2-get-datasets)
|
|
|
|
|
|
1. **Activate** the _fidle_ environment :
|
|
|
2. **Activate** the _fidle_ environment :
|
|
|
|
|
|
```bash
|
|
|
conda activate fidle
|
|
|
```
|
|
|
|
|
|
2. **Start** Jupyter lab :
|
|
|
3. **Start** Jupyter lab :
|
|
|
|
|
|
```bash
|
|
|
cd <PATH_TO_CLONED_FIDLE_REPO>
|
... | ... | |