Commit 2875ccf6 authored by Willi Rath's avatar Willi Rath
Browse files

Describe starting JL independently from former steps

parent 3173a615
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -51,9 +51,13 @@ conda install jupyterlab nb_conda_kernels
```


### Test the installation
### Start Jupyterlab

After activating the base environment (see above), run:
After activating the base environment with
```bash
source ${HOME}/miniconda3/bin/activate base
```
run:
```bash
jupyter lab --no-browser
```