Skip to content

Commit

Permalink
Use jupyter lab instead of jupyter-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
nilseling committed Sep 29, 2023
1 parent 6ec9a1a commit 6663f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conda env create -f environment.yml

```bash
conda activate imcsegpipe
jupyter-lab
jupyter lab
```

This will automatically open a jupyter instance at `http://localhost:8888/lab` in your browser. From there, you can open the `scripts/imc_preprocessing.ipynb` notebook and start the data pre-processing.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Furthermore, before running the analysis, you will need to setup a `conda` envir
```

```
jupyter-lab
jupyter lab
```

This will automatically open a jupyter instance at `http://localhost:8888/lab` in your browser.
Expand Down

0 comments on commit 6663f0c

Please sign in to comment.