... | @@ -7,7 +7,7 @@ Here is a quick procedure **configure** and **run** Jupyter Lab with **fidle not |
... | @@ -7,7 +7,7 @@ Here is a quick procedure **configure** and **run** Jupyter Lab with **fidle not |
|
We assume you already follow the [installation procedure](Using%20Fidle/install%20fidle)
|
|
We assume you already follow the [installation procedure](Using%20Fidle/install%20fidle)
|
|
|
|
|
|
|
|
|
|
### Start Jupyter lab :
|
|
### Start Jupyter lab (Linux, using conda):
|
|
|
|
|
|
Very simply, as follows.
|
|
Very simply, as follows.
|
|
|
|
|
... | @@ -21,6 +21,19 @@ export FIDLE_DATASETS_DIR=<Path to the datasets dir> |
... | @@ -21,6 +21,19 @@ export FIDLE_DATASETS_DIR=<Path to the datasets dir> |
|
conda activate fidle
|
|
conda activate fidle
|
|
jupyter lab
|
|
jupyter lab
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Start Jupyter lab (Windows, using pip)
|
|
|
|
|
|
|
|
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
|
|
|
|
set FIDLE_DATASETS_DIR=<path to the datasets dir>
|
|
|
|
jupyter lab
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
... | | ... | |