... | @@ -115,6 +115,18 @@ Check environment : |
... | @@ -115,6 +115,18 @@ Check environment : |
|
torchvision : Not found
|
|
torchvision : Not found
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## 6 - Start Jupyter lab
|
|
|
|
|
|
|
|
Very easy :-)
|
|
|
|
From a terminal, go to the `fidle-tp` folder,
|
|
|
|
activate the `fidle-env` environment and do a `jupyter lab`.
|
|
|
|
|
|
|
|
```
|
|
|
|
$ cd (...)/fidle-tp
|
|
|
|
$ source ./fidle-env/bin/activate
|
|
|
|
$ jupyter lab
|
|
|
|
```
|
|
|
|
|
|
**Note:**
|
|
**Note:**
|
|
- You can reinstall notebooks or datasets with the `fid install-notebooks` and `fid install-datasets` commands
|
|
- You can reinstall notebooks or datasets with the `fid install-notebooks` and `fid install-datasets` commands
|
|
- You can also locate the datasets-fidle folder anywhere you want.
|
|
- You can also locate the datasets-fidle folder anywhere you want.
|
... | | ... | |