... | @@ -34,20 +34,4 @@ If you have followed the official pip procedure, you should be able to install t |
... | @@ -34,20 +34,4 @@ If you have followed the official pip procedure, you should be able to install t |
|
pip install Scikit-image Scikit-learn Matplotlib Pandas Pandoc pyyaml Jupyterlab
|
|
pip install Scikit-image Scikit-learn Matplotlib Pandas Pandoc pyyaml Jupyterlab
|
|
```
|
|
```
|
|
|
|
|
|
## Start 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) |
|
[Back to the install procedure](Using Fidle/install fidle#linux-users) |
|
\ No newline at end of file |
|
|