Skip to content

Commit f86f0ac

Browse files
authored
provide a general environment for all novice workshops
1 parent 6f61128 commit f86f0ac

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

_includes/install_instructions/python.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ <h3>Python</h3>
6060
and need to update miniconda for miniforge
6161
Also, the https://pypi.org/project/start-jupyter-cm/ could be helpful.
6262
{% endcomment %}
63-
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.<br>
63+
<li>Download the <a href="./data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.<br>
6464
(The following steps requires using the shell. If you aren't
6565
comfortable doing the installation yourself
6666
stop here and request help at the workshop.)
6767
</li>
68-
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f .\Downloads\swc_environment.yml</code></li>
68+
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f .\Downloads\carpentries_environment.yml</code></li>
6969
<li>Close the terminal window.</li>
7070
</ol>
7171
</article>
@@ -100,8 +100,8 @@ <h3>Python</h3>
100100
to prepend Miniforge to your <code>PATH</code>
101101
(this makes the Miniforge distribution the default Python).
102102
</li>
103-
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
104-
<li>On the terminal run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>
103+
<li>Download the <a href="./data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
104+
<li>On the terminal run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
105105
<li>
106106
Close the terminal window.
107107
</li>
@@ -138,8 +138,8 @@ <h3>Python</h3>
138138
to prepend Miniforge to your <code>PATH</code>
139139
(this makes the Miniforge distribution the default Python).
140140
</li>
141-
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
142-
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>
141+
<li>Download the <a href="./data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
142+
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
143143
<li>
144144
Close the terminal window.
145145
</li>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: swc
1+
name: carpentries
22
channels:
33
- conda-forge
44
dependencies:
@@ -7,3 +7,6 @@ dependencies:
77
- matplotlib
88
- numpy
99
- pandas
10+
- plotnine
11+
- plotly
12+
- seaborn

0 commit comments

Comments
 (0)