You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ well. For this workshop we use Python version 3.x.
34
34
Installing all of its scientific packages individually can be a bit difficult, so we provide an environment file to help you take care of them all together.
35
35
We will use the _Miniforge_ distribution of Python.
36
36
37
-
### Anaconda
37
+
### Python
38
38
39
39
Download and install [MiniForge](https://conda-forge.org/download/).
40
40
@@ -57,7 +57,7 @@ conda activate AstronomicalData
57
57
58
58
We will test our environment setup using a test notebook (`test_setup.ipynb`) that you downloaded in the data section.
59
59
60
-
In a Terminal, Jupyter Prompt or Anaconda Prompt, make sure you are in the `student_download` directory.
60
+
In a Terminal, Jupyter Prompt or MiniForge Prompt, make sure you are in the `student_download` directory.
61
61
To start Jupyter, make sure you have activated your new conda environment, then run:
62
62
63
63
```
@@ -76,7 +76,7 @@ If they work and you get no error messages, **you are ready for the workshop**.
76
76
## Why didn't the imports work?
77
77
78
78
Occasionally learners will need to take one additional step to make Jupyter run within the environment we have created.
79
-
If your imports fail, close Jupyter by closing its terminal, and try running the following from your Anaconda prompt (
79
+
If your imports fail, close Jupyter by closing its terminal, and try running the following from your MiniForge Prompt (
0 commit comments