... | ... | @@ -29,10 +29,18 @@ pip install Scikit-image Scikit-learn Matplotlib Pandas Pandoc Jupyterlab |
|
|
|
|
|
## Start Jupyter lab
|
|
|
|
|
|
1. Set your environment var
|
|
|
- Linux : `export FIDLE_DATASETS_DIR=<path to the datasets dir>`
|
|
|
- Windows : `set FIDLE_DATASETS_DIR=<path to the datasets dir>`
|
|
|
2. From your Python environment :
|
|
|
`jupyter lab`
|
|
|
1. Get a cmd shell and go to your working directory
|
|
|
2. Activate your environment
|
|
|
3. Set your environment var
|
|
|
4. Start Jupyter lab
|
|
|
|
|
|
```
|
|
|
cd <your working directory>
|
|
|
fidle-env\Scripts\activate
|
|
|
export FIDLE_DATASETS_DIR=<path to the datasets dir> # Linux
|
|
|
set FIDLE_DATASETS_DIR=<path to the datasets dir> # Windows
|
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
|
|
|
[Back to the install procedure](Using Fidle/install fidle#linux-users) |
|
|
\ No newline at end of file |