... | ... | @@ -10,8 +10,8 @@ We assume you already follow the **[installation procedure](Using%20Fidle/instal |
|
|
|
|
|
Very simply, as follows.
|
|
|
|
|
|
1. Set the **FIDLE_DATASETS_DIR** variable to specify where the datasets are
|
|
|
2. **Activate** your fidle environment
|
|
|
1. **Activate** your fidle environment
|
|
|
2. Set the **FIDLE_DATASETS_DIR** variable to specify where the datasets are
|
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```shell
|
... | ... | @@ -26,10 +26,10 @@ Note : You can add the export line to your `.bashrc`, or \`.bash_profile |
|
|
|
|
|
1. Get a cmd shell and go to your working directory
|
|
|
2. Activate your environment
|
|
|
3. Set your environment var
|
|
|
3. Set your environment var to specify where the datasets are
|
|
|
4. Start Jupyter lab
|
|
|
|
|
|
```
|
|
|
```shell
|
|
|
cd <your working directory>
|
|
|
fidle-env\Scripts\activate
|
|
|
set FIDLE_DATASETS_DIR=<path to the datasets dir>
|
... | ... | |