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