File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,12 +244,12 @@ knitr::include_graphics("img/setup/jlab-2.png")
244
244
In this terminal, run the following commands:
245
245
```
246
246
pip install --upgrade jupyterlab-git
247
- conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/env .yml
247
+ conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/environment .yml
248
248
```
249
249
The second command installs the specific R and package versions specified in
250
- the ` env .yml` file found in
250
+ the ` environment .yml` file found in
251
251
[ the worksheets repository] ( https://worksheets.datasciencebook.ca ) .
252
- We will always keep the versions in the ` env .yml` file updated
252
+ We will always keep the versions in the ` environment .yml` file updated
253
253
so that they are compatible with the exercise worksheets that accompany the book.
254
254
Once all of the software installation is complete, it is a good idea to restart
255
255
JupyterLab Desktop entirely before you proceed to doing your data analysis.
You can’t perform that action at this time.
0 commit comments