... | @@ -10,16 +10,17 @@ We assume you already follow the **[installation procedure](Using%20Fidle/instal |
... | @@ -10,16 +10,17 @@ We assume you already follow the **[installation procedure](Using%20Fidle/instal |
|
|
|
|
|
Very simply, as follows.
|
|
Very simply, as follows.
|
|
|
|
|
|
1. Do not forget to set the **FIDLE_DATASETS_DIR** variable
|
|
1. Set the **FIDLE_DATASETS_DIR** variable to specify where the datasets are
|
|
2. **Activate** your fidle environment
|
|
2. **Activate** your fidle environment
|
|
3. **Start** Jupyter lab
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```plaintext
|
|
```shell
|
|
cd <your working directory>
|
|
cd <your working directory>
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
source fidle-env/bin/activate
|
|
source fidle-env/bin/activate
|
|
jupyter lab
|
|
jupyter lab
|
|
```
|
|
```
|
|
|
|
Note : You can add the export line to your `.bashrc`, or \`.bash_profile
|
|
|
|
|
|
## Start Jupyter lab (Windows)
|
|
## Start Jupyter lab (Windows)
|
|
|
|
|
... | | ... | |