diff --git a/README.md b/README.md index b1a4334..bffb898 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/index.md b/docs/index.md index bbf4738..89cd163 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.