... | ... | @@ -16,12 +16,27 @@ Very simply, as follows. |
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```plaintext
|
|
|
cd <Path to the cloned repo>
|
|
|
cd <your working directory>
|
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
conda activate fidle
|
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
### Start Jupyter lab (Linux, using pip):
|
|
|
|
|
|
Very simply, as follows.
|
|
|
|
|
|
1. Do not forget to set the **FIDLE_DATASETS_DIR** variable
|
|
|
2. **Activate** your fidle environment
|
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```plaintext
|
|
|
cd <your working directory>
|
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
source fidle-env/bin/activate
|
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
## Start Jupyter lab (Windows, using pip)
|
|
|
|
|
|
1. Get a cmd shell and go to your working directory
|
... | ... | |