Skip to content

Commit fb6258b

Browse files
tobyhodgesK-Meech
andauthored
Apply suggestions from code review
Co-authored-by: Kimberly Meechan <24316371+K-Meech@users.noreply.github.com>
1 parent 55346f2 commit fb6258b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

episodes/files/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- jupyterlab
77
- numpy
88
- matplotlib
9-
- pandas
109
- scikit-image
1110
- ipympl
11+
- imageio

learners/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
2121
If you already have a Python 3 setup that you are happy with, you can continue to use that (we recommend that you make sure your Python version is current).
2222
The next step assumes that `conda` is available to manage your Python environment.
2323
2. Setup an environment to work in during the lesson.
24-
In a terminal or the MiniForge Prompt application, navigate to the location where you saved the unzipped data for the lesson and run the following command:
24+
In a terminal (Linux/Mac) or the MiniForge Prompt application (Windows), navigate to the location where you saved the unzipped data for the lesson and run the following command:
2525

2626
```bash
2727
conda env create -f environment.yml
@@ -77,7 +77,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
7777

7878
Launch the MiniForge Prompt program and type `jupyter lab`.
7979
(Running this command on the standard Command Prompt will return an error:
80-
`'conda' is not recognized as an internal or external command, operable program or batch file.`)
80+
`'jupyter' is not recognized as an internal or external command, operable program or batch file.`)
8181

8282

8383
:::::::::::::::::::::::::

0 commit comments

Comments
 (0)