... | @@ -9,10 +9,14 @@ Here is a quick procedure **configure** and **run** Jupyter Lab with **fidle not |
... | @@ -9,10 +9,14 @@ Here is a quick procedure **configure** and **run** Jupyter Lab with **fidle not |
|
Very simple:
|
|
Very simple:
|
|
|
|
|
|
1. **Activate** fidle environment :
|
|
1. **Activate** fidle environment :
|
|
```# conda activate fidle```
|
|
```bash
|
|
|
|
conda activate fidle
|
|
|
|
```
|
|
|
|
|
|
2. **Start** Jupyter :
|
|
2. **Start** Jupyter :
|
|
```# jupyter lab```
|
|
```bash
|
|
|
|
jupyter lab
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
|
\ No newline at end of file |