... | ... | @@ -6,23 +6,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)**
|
|
|
|
|
|
|
|
|
### Start Jupyter lab (Linux, using conda):
|
|
|
|
|
|
Very simply, as follows.
|
|
|
|
|
|
1. Do not forget to set the **FIDLE_DATASETS_DIR** variable
|
|
|
2. **Activate** your fidle environment
|
|
|
3. **Start** Jupyter lab
|
|
|
|
|
|
```plaintext
|
|
|
cd <your working directory>
|
|
|
export FIDLE_DATASETS_DIR=<Path to the datasets dir>
|
|
|
conda activate fidle
|
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
### Start Jupyter lab (Linux, using pip):
|
|
|
### Start Jupyter lab (Linux):
|
|
|
|
|
|
Very simply, as follows.
|
|
|
|
... | ... | @@ -37,7 +21,7 @@ source fidle-env/bin/activate |
|
|
jupyter lab
|
|
|
```
|
|
|
|
|
|
## Start Jupyter lab (Windows, using pip)
|
|
|
## Start Jupyter lab (Windows)
|
|
|
|
|
|
1. Get a cmd shell and go to your working directory
|
|
|
2. Activate your environment
|
... | ... | |