... | ... | @@ -15,7 +15,7 @@ Very simply, as follows. |
|
|
2. **Activate** your fidle environment
|
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```shell
|
|
|
```
|
|
|
cd <your working directory>
|
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
source fidle-env/bin/activate
|
... | ... | @@ -30,7 +30,7 @@ Note : You can add the export line to your `.bashrc`, or \`.bash_profile |
|
|
3. Activate your environment
|
|
|
4. Start Jupyter lab
|
|
|
|
|
|
```shell
|
|
|
```
|
|
|
cd <your working directory>
|
|
|
set FIDLE_DATASETS_DIR=<path to the datasets dir>
|
|
|
fidle-env\Scripts\activate
|
... | ... | |