... | ... | @@ -16,11 +16,12 @@ Very simply, as follows. |
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```
|
|
|
cd <your working directory>
|
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
source fidle-env/bin/activate
|
|
|
jupyter lab
|
|
|
$ cd <your working directory>
|
|
|
$ export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
$ source fidle-env/bin/activate
|
|
|
(fidle-env)$ jupyter lab
|
|
|
```
|
|
|
Note : the export line can now be optional
|
|
|
Note : You can add the export line to your `.bashrc`, or \`.bash_profile
|
|
|
|
|
|
## Start Jupyter lab (Windows)
|
... | ... | @@ -31,11 +32,13 @@ Note : You can add the export line to your `.bashrc`, or \`.bash_profile |
|
|
4. Start Jupyter lab
|
|
|
|
|
|
```
|
|
|
cd <your working directory>
|
|
|
set FIDLE_DATASETS_DIR=<path to the datasets dir>
|
|
|
fidle-env\Scripts\activate
|
|
|
jupyter lab
|
|
|
c:> cd <your working directory>
|
|
|
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 : the set line can now be optional
|
|
|
|
|
|
Lancement de Tensorboard sous Windows :
|
|
|
|
|
|
```
|
... | ... | |