... | ... | @@ -32,11 +32,12 @@ Note : You can add the export line to your `.bashrc`, or \`.bash_profile |
|
|
4. Start Jupyter lab
|
|
|
|
|
|
```
|
|
|
c:> cd <your working directory>
|
|
|
c:> cd C:\fidle-tp
|
|
|
C:\fidle-tp> set FIDLE_DATASETS_DIR=<path to the datasets dir>
|
|
|
C:\fidle-tp> fidle-env\Scripts\activate
|
|
|
(fidle-env) C:\fidle-tp> jupyter lab
|
|
|
```
|
|
|
Note : C:\fidle-tp is your fidle directory (maybe something else)
|
|
|
Note : the set line can now be optional
|
|
|
|
|
|
Lancement de Tensorboard sous Windows :
|
... | ... | |